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

View File

@@ -16,3 +16,4 @@ colored = "2.0.0"
chrono = "0.4.23"
strum = "0.24.1"
strum_macros = "0.24.1"
futures = "0.3.25"