1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-13 17:48:09 -05:00
qadapt/Cargo.toml
Bradlee Speice 18d1c3e6d1 Start work on a procedural macro
Turns out the system still needs some work.
2018-11-06 23:04:26 -05:00

17 lines
403 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 = ["allocator", "nostd"]
repository = "https://github.com/bspeice/qadapt.git"
[dependencies]
backtrace = "0.3"
libc = "0.2"
log = "0.4"
spin = "0.4"
qadapt-macro = { path = "./qadapt-macro" }