Files
Mazdak Farrokhzad 344861f290 use nohasher_hash and ahash instead of siphash13 (#1040)
* use nohasher_hash and ahash instead of siphash13

* re-export types in spacetimedb_data_structures::map
2024-04-05 17:30:51 +00:00

16 lines
364 B
TOML

[package]
name = "spacetimedb-data-structures"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"
description = "Assorted data structures used in spacetimedb"
[features]
serde = ["dep:serde"]
[dependencies]
hashbrown.workspace = true
nohash-hasher.workspace = true
serde = { workspace = true, optional = true }
thiserror.workspace = true