diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-02-12 21:05:25 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-02-12 21:05:25 +0100 |
commit | 6099728f2bbf309ed0fb56f33716f1c36230b5e6 (patch) | |
tree | b7752e285258fdf4268c529feed39a8d2e493c5a | |
parent | ff67e316c1dac3b4fc564d9119177efc2d096d25 (diff) | |
download | checkpw-6099728f2bbf309ed0fb56f33716f1c36230b5e6.tar.gz checkpw-6099728f2bbf309ed0fb56f33716f1c36230b5e6.tar.bz2 checkpw-6099728f2bbf309ed0fb56f33716f1c36230b5e6.zip |
Build the standalone lib too.
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |