aboutsummaryrefslogtreecommitdiff
path: root/src/alloc/Cargo.toml
blob: 2e94e3ed0366916725e573248789dd775056bbb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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" }
alloc = { path = "../../../liballoc" }