From ef1bf4921ee4127d461eec03a14c9070d193345c Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Mon, 11 Feb 2019 16:59:01 -0500 Subject: Init. --- horcrux/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 horcrux/Cargo.toml (limited to 'horcrux/Cargo.toml') diff --git a/horcrux/Cargo.toml b/horcrux/Cargo.toml new file mode 100755 index 0000000..f6996ac --- /dev/null +++ b/horcrux/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "horcrux" +version = "0.1.0" +authors = ["Adam Carpenter "] +edition = "2018" + +[dependencies] -- cgit v1.2.3