shark/tidepool/Cargo.toml

23 lines
549 B
TOML
Raw Normal View History

[package]
name = "tidepool"
description = "Tools for automated testing of Blockfish on cheese race"
version = "0.1.0"
edition = "2021"
[dependencies]
mino = { path = "../mino" }
2023-04-11 17:17:54 +00:00
fish = { path = "../fish" }
# lib
rand = "0.8"
2023-04-11 17:17:54 +00:00
rand_xoshiro = "0.6"
serde = { version = "1.0", features = ["derive"] }
2023-04-11 17:17:54 +00:00
tracing = { version = "0.1" }
# cli
2023-04-11 17:17:54 +00:00
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"]}
toml = { version = "0.7" }
2023-04-12 02:39:30 +00:00
serde_json = { version = "1.0" }
clap = { version = "4.0", features = ["derive"] }
anyhow = { version = "1.0" }