blob: 7faa6b0fee0be41df3db5d288b9df38aba8705a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "hurrycurry-bot"
version = "2.3.1"
edition = "2021"
[dependencies]
hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] }
hurrycurry-protocol = { path = "../protocol" }
log = "0.4.27"
anyhow = "1.0.98"
env_logger = "0.11.8"
rustls = { version = "0.23.27", features = ["ring"] }
clap = { version = "4.5.39", features = ["derive"] }
rand = "0.9.1"
|