atomalloc/Cargo.toml

12 lines
174 B
TOML
Raw Normal View History

2025-06-30 17:44:35 -07:00
[package]
name = "atomalloc"
version = "0.1.0"
edition = "2024"
2025-06-30 19:50:12 -07:00
license = "MIT"
2025-06-30 17:44:35 -07:00
[dependencies]
[features]
default = ["no_alloc", "with_alloc"]
no_alloc = []
with_alloc = []