зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
359 B
TOML
15 строки
359 B
TOML
[package]
|
|
name = "heapsize"
|
|
version = "0.3.8"
|
|
authors = [ "The Servo Project Developers" ]
|
|
description = "Infrastructure for measuring the total runtime size of an object on the heap"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/servo/heapsize"
|
|
build = "build.rs"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
kernel32-sys = "0.2.1"
|
|
|
|
[features]
|
|
unstable = []
|