aboutsummaryrefslogtreecommitdiff
path: root/src/alloc/Cargo.toml
diff options
context:
space:
mode:
authorpravic <[email protected]>2017-09-13 07:15:01 +0300
committerpravic <[email protected]>2017-09-13 07:15:01 +0300
commitad962d199189d559dd5f41c574cf26e5f08744ab (patch)
tree55ee550d12df35225020e03fd21712196d35c727 /src/alloc/Cargo.toml
parentfix: Set default value for NTSTATUS. (diff)
downloadwinapi-kmd-rs-ad962d199189d559dd5f41c574cf26e5f08744ab.tar.xz
winapi-kmd-rs-ad962d199189d559dd5f41c574cf26e5f08744ab.zip
fix: Fix allocator for modern Rust (uncomplete)HEADmaster
See rust-lang/rfcs#1974
Diffstat (limited to 'src/alloc/Cargo.toml')
-rw-r--r--src/alloc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc/Cargo.toml b/src/alloc/Cargo.toml
index 2c7f4b8..2e94e3e 100644
--- a/src/alloc/Cargo.toml
+++ b/src/alloc/Cargo.toml
@@ -13,3 +13,4 @@ test = false
[dependencies]
core = { path= "../../../libcore" }
+alloc = { path = "../../../liballoc" }