Rhai
This commit is contained in:
@@ -9,4 +9,13 @@ clap = { version = "4.5.1", features = ["derive"] }
|
||||
itertools = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.9.0"
|
||||
rhai = { version = "1.23.4", features = [
|
||||
"sync",
|
||||
"no_time",
|
||||
"no_module",
|
||||
"no_custom_syntax",
|
||||
"no_std",
|
||||
"only_i64",
|
||||
"f32_float",
|
||||
] }
|
||||
termion = "3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user