summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e272c53b99c37ade820f3707e71d4eaa8aea7710 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "draslbot"
version = "0.1.0"
edition = "2024"

[dependencies]
azalea = { git = "https://git.vlhl.dev/lizzy/cli/azalea-drasl.git", version = "0.16.0" }
clap = { version = "4.6.1", features = ["derive"] }
tokio = "1.52.3"