From 6099728f2bbf309ed0fb56f33716f1c36230b5e6 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 12 Feb 2019 21:05:25 +0100 Subject: Build the standalone lib too. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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 "] edition = "2018" +[lib] +name = "checkpw" +path = "src/lib.rs" + [dependencies] reqwest = "0.9.5" ring = "0.13.5" -- cgit v1.2.3