diff options
Diffstat (limited to 'third_party/rust/memalloc/Cargo.toml')
-rw-r--r-- | third_party/rust/memalloc/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/memalloc/Cargo.toml b/third_party/rust/memalloc/Cargo.toml new file mode 100644 index 0000000000..bc4421c2cd --- /dev/null +++ b/third_party/rust/memalloc/Cargo.toml @@ -0,0 +1,10 @@ +[package] + +name = "memalloc" +version = "0.1.0" +authors = ["Jonathan Reem <jonathan.reem@gmail.com>"] +repository = "https://github.com/reem/rust-memalloc.git" +description = "Memory allocation in stable rust." +readme = "README.md" +license = "MIT" + |