qadapt/qadapt-macro/Cargo.toml

22 lines
530 B
TOML
Raw Normal View History

[package]
name = "qadapt-macro"
2018-12-03 23:13:24 -05:00
version = "0.7.1"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
license = "Apache-2.0"
readme = "README.md"
categories = [
"development-tools",
"development-tools::debugging",
"development-tools::profiling",
"development-tools::testing",
"memory-management"
]
repository = "https://github.com/bspeice/qadapt.git"
2018-11-15 20:16:49 -05:00
[badges]
2018-11-15 23:09:07 -05:00
maintenance = { status = "actively-developed" }
2018-11-15 20:16:49 -05:00
[lib]
proc-macro = true