Cargo.toml metadata

pull/3/head
Bradlee Speice 2018-09-23 12:45:00 -04:00
parent aeb75ecad1
commit 634274dec2
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ 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 }