with-checked-bytes/Cargo.toml

10 lines
241 B
TOML
Raw Permalink Normal View History

2023-06-15 23:31:33 -04:00
[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]