Add dependencies
This commit is contained in:
parent
1ecbda2943
commit
b187252902
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -672,6 +672,7 @@ dependencies = [
|
|||||||
"azalea-protocol",
|
"azalea-protocol",
|
||||||
"chrono",
|
"chrono",
|
||||||
"colored",
|
"colored",
|
||||||
|
"rand",
|
||||||
"serde",
|
"serde",
|
||||||
"strum",
|
"strum",
|
||||||
"strum_macros",
|
"strum_macros",
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user