aboutsummaryrefslogtreecommitdiff
path: root/src/alloc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc/Cargo.toml')
-rw-r--r--src/alloc/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
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 <[email protected]>"]
+license = "MIT"
+
+[lib]
+name = "alloc_system"
+path = "alloc.rs"
+test = false
+
+[dependencies]
+core = { path= "../../../libcore" }