2018-09-21 22:34:42 -04:00
|
|
|
[package]
|
|
|
|
name = "qadapt"
|
2018-09-23 12:45:30 -04:00
|
|
|
version = "0.2.1"
|
2018-09-21 22:34:42 -04:00
|
|
|
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"
|
2018-09-21 22:34:42 -04:00
|
|
|
|
|
|
|
[dependencies]
|
2018-09-23 12:37:07 -04:00
|
|
|
libc = { version = "0.2", default-features = false }
|
|
|
|
spin = "0.4"
|