qadapt/Cargo.toml

13 lines
369 B
TOML

[package]
name = "qadapt"
version = "0.2.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
license = "Apache-2.0"
readme = "README.md"
categories = ["allocator", "nostd"]
repository = "https://github.com/bspeice/qadapt.git"
[dependencies]
libc = { version = "0.2", default-features = false }
spin = "0.4"