qadapt/qadapt-macro/Cargo.toml

23 lines
547 B
TOML
Raw Normal View History

[package]
name = "qadapt-macro"
2018-12-15 16:12:06 -05:00
version = "1.0.0"
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-12-06 22:11:03 -05:00
edition = "2018"
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