Add scripting system (part 2)

This commit is contained in:
ErrorNoInternet
2023-01-13 16:23:00 +08:00
parent 3507acd42d
commit faa0c12607
3 changed files with 7 additions and 9 deletions

2
Cargo.lock generated
View File

@@ -665,13 +665,13 @@ name = "errornowatcher"
version = "0.1.0"
dependencies = [
"anyhow",
"async-recursion",
"azalea",
"azalea-block",
"azalea-core",
"azalea-protocol",
"chrono",
"colored",
"futures",
"serde",
"strum",
"strum_macros",