2023-07-17 05:11:26 +00:00
|
|
|
[package]
|
|
|
|
name = "discord_bot"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serenity = "0.11"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
log = "0.4"
|
|
|
|
simple_logger = "4.2"
|
2023-07-17 23:22:46 +00:00
|
|
|
toml = "0.7"
|
|
|
|
azalea-protocol = { version = "0.7", git = "https://git.e3t.cc/~core/azalea" }
|
|
|
|
bevy_ecs = "0.11"
|
|
|
|
bevy = "0.11"
|
|
|
|
bevy_app = "0.11"
|
|
|
|
uuid = "1.3"
|
|
|
|
azalea-crypto = { version = "0.7", git = "https://git.e3t.cc/~core/azalea" }
|
|
|
|
azalea-core = { version = "0.7", git = "https://git.e3t.cc/~core/azalea" }
|
|
|
|
azalea-buf = { version = "0.7", git = "https://git.e3t.cc/~core/azalea" }
|
|
|
|
azalea-client = { version = "0.7", git = "https://git.e3t.cc/~core/azalea" }
|
|
|
|
parking_lot = "0.12"
|
|
|
|
reqwest = "0.11"
|
|
|
|
futures = "0.3"
|
|
|
|
regex = "1.8.1"
|