Files
obikmer/src/obidebruinj/Cargo.toml
T

15 lines
346 B
TOML
Raw Normal View History

2026-04-29 08:45:49 +02:00
[package]
name = "obidebruinj"
version = "0.1.0"
edition = "2021"
[dependencies]
obikseq = { path = "../obikseq" }
obifastwrite = { path = "../obifastwrite" }
ahash = "0.8"
hashbrown = "0.14"
xxhash-rust = { version = "0.8.15", features = ["xxh3", "const_xxh3"] }
[dev-dependencies]
obikseq = { path = "../obikseq", features = ["test-utils"] }