mirror of
https://github.com/bspeice/qadapt
synced 2024-11-13 17:48:09 -05:00
22 lines
527 B
TOML
22 lines
527 B
TOML
[package]
|
|
name = "qadapt"
|
|
version = "0.3.0"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
description = "The Quick And Dirty Allocation Profiling Tool"
|
|
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"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
spin = "0.4"
|
|
thread-id = "3.3"
|
|
|
|
qadapt-macro = { path = "./qadapt-macro" } |