mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 10:08:08 -05:00
14 lines
267 B
TOML
14 lines
267 B
TOML
|
[package]
|
||
|
name = "qadapt"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||
|
description = "The Quick And Dirty Allocation Profiling Tool"
|
||
|
|
||
|
[dependencies]
|
||
|
lazy_static = "1.1"
|
||
|
|
||
|
[dependencies.libc]
|
||
|
default-features = false
|
||
|
features = []
|
||
|
version = "0.2"
|