jemallocator/Cargo.toml
2016-01-20 17:19:01 -08:00

18 lines
532 B
TOML

[package]
name = "jemallocator"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["allocator"]
repository = "https://github.com/alexcrichton/jemallocator"
homepage = "https://github.com/alexcrichton/jemallocator"
documentation = "http://alexcrichton.com/jemallocator"
description = """
A Rust allocator backed by jemalloc
"""
[dependencies]
jemalloc-sys = { path = "jemalloc-sys", version = "0.1.0" }
libc = { version = "0.2", features = ["no-std"] }