mirror of
https://github.com/bspeice/qadapt
synced 2024-11-13 01:28:08 -05:00
23 lines
539 B
TOML
23 lines
539 B
TOML
[package]
|
|
name = "qadapt-macro"
|
|
version = "1.0.3"
|
|
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"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
maintenance = { status = "deprecated" }
|
|
|
|
[lib]
|
|
proc-macro = true
|