aboutsummaryrefslogtreecommitdiff
path: root/heck/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'heck/Cargo.toml')
-rw-r--r--heck/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/heck/Cargo.toml b/heck/Cargo.toml
deleted file mode 100644
index 93b64e8..0000000
--- a/heck/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[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"