summaryrefslogtreecommitdiff
path: root/crates/utils/data_struct/Cargo.toml
blob: e8caa6e91a97f24ccfbcbc5ea3f7cf6c07193e2a (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "data_struct"
edition = "2024"
version.workspace = true

[features]

[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
ahash = "0.8.12"