1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-13 17:48:09 -05:00
qadapt/Cargo.toml
Bradlee Speice aafec768ca Takes us 576 allocations to get up and running
I need a better way to handle initialization costs...
2018-09-22 16:13:36 -04:00

14 lines
265 B
TOML

[package]
name = "qadapt"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
[dependencies]
backtrace = "0.3"
[dependencies.libc]
default-features = false
features = []
version = "0.2"