mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-24 16:41:20 -04:00
344861f290
* use nohasher_hash and ahash instead of siphash13 * re-export types in spacetimedb_data_structures::map
16 lines
364 B
TOML
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
|