with-checked-bytes/Cargo.toml
2023-06-16 13:31:33 +10:00

10 lines
241 B
TOML

[package]
name = "with-checked-bytes"
description = "Extension trait for safely editing strings as byte slices"
version = "0.1.0"
edition = "2021"
authors = ["Thomas Karpiniec <tk@1.21jiggawatts.net>"]
license = "Apache-2.0"
[dependencies]