Files
ruff/crates/ruff_memory_usage/Cargo.toml
Ibraheem Ahmed 21ac16db85 [ty] Avoid overcounting shared memory usage (#19773)
## Summary

Use a global tracker to avoid double counting `Arc` instances.
2025-08-06 15:32:02 -04:00

18 lines
378 B
TOML

[package]
name = "ruff_memory_usage"
version = "0.0.0"
publish = false
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
documentation = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
[dependencies]
get-size2 = { workspace = true }
[lints]
workspace = true