diff options
Diffstat (limited to 'heck/Cargo.toml')
-rw-r--r-- | heck/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/heck/Cargo.toml b/heck/Cargo.toml new file mode 100644 index 0000000..93b64e8 --- /dev/null +++ b/heck/Cargo.toml @@ -0,0 +1,14 @@ +[package] +authors = ["Without Boats <woboats@gmail.com>"] +name = "heck" +version = "0.3.1" +license = "MIT OR Apache-2.0" +description = "heck is a case conversion library." +homepage = "https://github.com/withoutboats/heck" +repository = "https://github.com/withoutboats/heck" +documentation = "https://docs.rs/heck" +keywords = ["string", "case", "camel", "snake", "unicode"] +readme = "README.md" + +[dependencies] +unicode-segmentation = "1.2.0" |