mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
16 lines
330 B
TOML
16 lines
330 B
TOML
[package]
|
|
name = "desim"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
rand.workspace = true
|
|
tracing.workspace = true
|
|
bytes.workspace = true
|
|
utils.workspace = true
|
|
parking_lot.workspace = true
|
|
hex.workspace = true
|
|
smallvec = { workspace = true, features = ["write"] }
|