Add dependencies

This commit is contained in:
ErrorNoInternet 2023-01-07 20:15:31 +08:00
parent 52a63b8858
commit d2f2606864
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3
2 changed files with 2067 additions and 0 deletions

2055
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "errornowatcher"
version = "0.1.0"
edition = "2021"
[dependencies]
azalea-protocol = "0.5.0"
azalea = "0.5.0"
toml = "0.5.10"
serde = { version = "1.0", features = ["derive"] }
tokio = "1.24.1"
anyhow = "1.0.68"