qadapt/Cargo.toml

17 lines
403 B
TOML
Raw Normal View History

[package]
name = "qadapt"
version = "0.3.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
2018-09-22 19:59:04 -04:00
license = "Apache-2.0"
2018-09-23 12:45:00 -04:00
readme = "README.md"
categories = ["allocator", "nostd"]
repository = "https://github.com/bspeice/qadapt.git"
[dependencies]
libc = "0.2"
log = "0.4"
spin = "0.4"
2018-11-10 21:54:13 -05:00
thread-id = "3.3"
qadapt-macro = { path = "./qadapt-macro" }