mirror of
https://github.com/bspeice/qadapt
synced 2024-11-24 23:08:11 -05:00
Cargo.toml metadata
This commit is contained in:
parent
aeb75ecad1
commit
634274dec2
@ -4,6 +4,9 @@ version = "0.2.0"
|
|||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "The Quick And Dirty Allocation Profiling Tool"
|
description = "The Quick And Dirty Allocation Profiling Tool"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
readme = "README.md"
|
||||||
|
categories = ["allocator", "nostd"]
|
||||||
|
repository = "https://github.com/bspeice/qadapt.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = { version = "0.2", default-features = false }
|
libc = { version = "0.2", default-features = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user