From 28ff216899e95a6a9756bcbe580f28ed8ce61228 Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 16:39:37 +0300 Subject: Windows Kernel-Mode library --- src/alloc/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/alloc/Cargo.toml (limited to 'src/alloc/Cargo.toml') diff --git a/src/alloc/Cargo.toml b/src/alloc/Cargo.toml new file mode 100644 index 0000000..2c7f4b8 --- /dev/null +++ b/src/alloc/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "alloc_system" +version = "0.1.0" +description = "Windows Kernel Mode support library." + +authors = ["pravic "] +license = "MIT" + +[lib] +name = "alloc_system" +path = "alloc.rs" +test = false + +[dependencies] +core = { path= "../../../libcore" } -- cgit v1.2.3