azalea/bot/Cargo.toml

12 lines
282 B
TOML
Raw Normal View History

2021-12-06 06:28:40 +00:00
[package]
2021-12-16 05:10:55 +00:00
edition = "2021"
2021-12-06 06:28:40 +00:00
name = "bot"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-16 05:10:55 +00:00
azalea-client = {path = "../azalea-client"}
azalea-protocol = {path = "../azalea-protocol"}
2021-12-06 06:28:40 +00:00
tokio = "^1.14.0"