14 lines
377 B
TOML
14 lines
377 B
TOML
[package]
|
|
name = "pezstaging-tracking-allocator"
|
|
description = "Tracking allocator to control the amount of memory consumed by the process"
|
|
version = "2.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
documentation = "https://docs.rs/pezstaging-tracking-allocator"
|
|
|
|
[lints]
|
|
workspace = true
|