summaryrefslogtreecommitdiffstats
path: root/third_party/rust/ident_case/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/ident_case/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/rust/ident_case/Cargo.toml b/third_party/rust/ident_case/Cargo.toml
new file mode 100644
index 0000000000..255230df96
--- /dev/null
+++ b/third_party/rust/ident_case/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "ident_case"
+version = "1.0.0"
+authors = ["Ted Driggs <ted.driggs@outlook.com>"]
+license = "MIT/Apache-2.0"
+description = "Utility for applying case rules to Rust identifiers."
+repository = "https://github.com/TedDriggs/ident_case"
+readme = "README.md" \ No newline at end of file