From 7dc14791e3e1e0e7cac4b3c2cbb6ea25b5fa2fa5 Mon Sep 17 00:00:00 2001 From: Harry Fei Date: Sun, 30 Sep 2018 17:53:14 +0800 Subject: init commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cbda0ca --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "win-kmd-alloc" +version = "0.1.0" +authors = ["Harry Fei "] + +[build-dependencies] +winreg = "0.5" +failure = {version = "0.1.2", default-features = false, features = ["std"]} -- cgit v1.2.3