diff options
| author | mat <github@matdoes.dev> | 2023-02-04 19:38:33 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-02-04 19:38:33 -0600 |
| commit | 2db9e1c0980c15366465250389a2ba88c3e043ff (patch) | |
| tree | e5f780c8f1216895ef7db0602aa51418a4286c07 /bot/Cargo.toml | |
| parent | cc345d2c0a4256ebd5fd8f9afdbc75785a455914 (diff) | |
| download | azalea-drasl-2db9e1c0980c15366465250389a2ba88c3e043ff.tar.xz | |
move 'bot' into its own example
Diffstat (limited to 'bot/Cargo.toml')
| -rw-r--r-- | bot/Cargo.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml deleted file mode 100644 index b3eeaf22..00000000 --- a/bot/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -edition = "2021" -name = "bot" -publish = false -release = false -version = "0.2.0" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -anyhow = "1.0.65" -azalea = {path = "../azalea"} -azalea-protocol = {path = "../azalea-protocol"} -env_logger = "0.9.1" -parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]} -rand = "0.8.5" -tokio = "1.24.2" -uuid = "1.1.2" |
