8c4fcb3288
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
14 lines
344 B
TOML
14 lines
344 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.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|