Add dependencies

This commit is contained in:
ErrorNoInternet 2023-01-17 16:24:28 +08:00
parent 1ecbda2943
commit b187252902
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -672,6 +672,7 @@ dependencies = [
"azalea-protocol", "azalea-protocol",
"chrono", "chrono",
"colored", "colored",
"rand",
"serde", "serde",
"strum", "strum",
"strum_macros", "strum_macros",

View File

@ -17,3 +17,4 @@ chrono = "0.4.23"
strum = "0.24.1" strum = "0.24.1"
strum_macros = "0.24.1" strum_macros = "0.24.1"
async-recursion = "1.0.0" async-recursion = "1.0.0"
rand = "0.8.5"