Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/non-hash/Cargo.toml')
-rw-r--r--lib/non-hash/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/non-hash/Cargo.toml b/lib/non-hash/Cargo.toml
new file mode 100644
index 0000000000..27b35a7629
--- /dev/null
+++ b/lib/non-hash/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "non-hash"
+version = "0.1.0"
+description = "A non-hashing `Hasher` implementation."
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/non-hash"
+edition = "2021"