Add scripting system (part 1)

This commit is contained in:
ErrorNoInternet
2023-01-13 16:19:19 +08:00
parent 5c1b59c078
commit 3507acd42d
3 changed files with 24 additions and 1 deletions

1
Cargo.lock generated
View File

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