mirror of
https://github.com/edu4rdshl/rushotter.git
synced 2026-07-17 23:24:54 +00:00
11 lines
236 B
TOML
11 lines
236 B
TOML
[package]
|
|
name = "rushotter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
futures = "0.3.25"
|
|
thirtyfour = "0.31.0"
|
|
tokio = "1.21.2"
|