From 027e48928315c55e544f722bb39caec159e08964 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 13 Mar 2018 22:30:09 +0100 Subject: Initial commit --- Cargo.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c823e2d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,27 @@ +# checkpw - Check passwords against pwnedpasswords.com +# Copyright (C) 2018 Harald Eilertsen +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +[package] +name = "checkpw" +version = "0.1.0" +authors = ["Harald Eilertsen "] + +[dependencies] +futures = "0.1" +hyper = "0.11" +hyper-tls = "0.1" +ring = "0.12.1" +tokio-core = "0.1" -- cgit v1.2.3