mirror of
https://github.com/logos-co/nomos-simulations.git
synced 2025-01-09 18:25:54 +00:00
13 lines
189 B
TOML
13 lines
189 B
TOML
[package]
|
|
name = "protocol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
csv = "1.3.0"
|
|
rand = "0.8.5"
|
|
rustc-hash = "2.0.0"
|
|
strum = "0.26.3"
|
|
strum_macros = "0.26.4"
|
|
tracing = "0.1.40"
|