spacedog/Cargo.toml

18 lines
358 B
TOML

[package]
name = "spacedog"
version = "0.1.0"
edition = "2024"
[dependencies]
blink-alloc = { version = "0.3", features = ["alloc", "nightly", "sync"] }
forte = "1.0.0-alpha.4"
hashbrown = { version = "0.16", features = ["alloc", "nightly"] }
[dev-dependencies]
criterion = "0.7"
rand = "0.9"
rand_hc = "0.4"
[[bench]]
name = "benchmarks"
harness = false