refactr
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
opt-level = 's'
|
||||
|
||||
[workspace]
|
||||
members = ["runner", "minimax", "rhai-codemirror"]
|
||||
resolver = "2"
|
||||
@@ -5,7 +10,6 @@ resolver = "2"
|
||||
[workspace.dependencies]
|
||||
minimax = { path = "./minimax" }
|
||||
|
||||
# TODO: update
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rand = { version = "0.8.5", features = ["alloc", "small_rng"] }
|
||||
anyhow = "1.0.80"
|
||||
|
||||
Reference in New Issue
Block a user