diff options
-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" |