1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-13 17:48:09 -05:00
qadapt/Cargo.toml
Bradlee Speice 5755eccae7 no_std for the time being
Impossible to maintain long-term because of backtrace crate/thread ID
2018-09-22 17:26:52 -04:00

10 lines
237 B
TOML

[package]
name = "qadapt"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
[dependencies]
spin = "0.4"
libc = { version = "0.2", default-features = false }