qadapt/Cargo.toml

10 lines
259 B
TOML
Raw Normal View History

[package]
name = "qadapt"
2018-09-23 12:41:11 -04:00
version = "0.2.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"
[dependencies]
2018-09-23 12:37:07 -04:00
libc = { version = "0.2", default-features = false }
spin = "0.4"