diff options
Diffstat (limited to 'src/alloc/Cargo.toml')
| -rw-r--r-- | src/alloc/Cargo.toml | 1 |
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" } |