aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-02-12 21:05:25 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-02-12 21:05:25 +0100
commit6099728f2bbf309ed0fb56f33716f1c36230b5e6 (patch)
treeb7752e285258fdf4268c529feed39a8d2e493c5a
parentff67e316c1dac3b4fc564d9119177efc2d096d25 (diff)
downloadcheckpw-6099728f2bbf309ed0fb56f33716f1c36230b5e6.tar.gz
checkpw-6099728f2bbf309ed0fb56f33716f1c36230b5e6.tar.bz2
checkpw-6099728f2bbf309ed0fb56f33716f1c36230b5e6.zip
Build the standalone lib too.
-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"