shark/tidepool/Cargo.toml

16 lines
347 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" }
rand = "0.8"
2023-04-11 17:17:54 +00:00
rand_xoshiro = "0.6"
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"]}