From d8de16a7187d2a05fd043946cf4cb32449a5aa3b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 27 Nov 2022 16:45:07 -0500 Subject: Add basic bot trait for bot bidding --- protocol/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocol/Cargo.toml') diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 473e0e3..c7dda82 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -10,12 +10,14 @@ serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" uuid = { version = "1.2.0", features = ["serde", "wasm-bindgen", "v4", "fast-rng"] } rand = "0.8.4" +tokio = { version = "1.21.2", features = ["full"] } anyhow = "1.0" strum = "0.24" strum_macros = "0.24" log = "0.4" regex = "1.0" lazy_static = "1.4" +async-trait = "0.1.58" [dev-dependencies] env_logger = "0.8.4" -- cgit v1.2.3