12 lines
191 B
TOML
12 lines
191 B
TOML
[package]
|
|
name = "zern"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
mimalloc = { version = "0.1.52", optional = true }
|
|
|
|
[features]
|
|
mimalloc = ["dep:mimalloc"]
|