aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22050f8..79cf679 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,10 @@ version = "0.1.0"
authors = ["Harald Eilertsen <haraldei@anduin.net>"]
edition = "2018"
+[lib]
+name = "checkpw"
+path = "src/lib.rs"
+
[dependencies]
reqwest = "0.9.5"
ring = "0.13.5"