feat: add bumpalo dependency for arena allocation
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1474,6 +1474,7 @@ checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
|
||||
name = "glint-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bumpalo",
|
||||
"chrono",
|
||||
"clap",
|
||||
"colored",
|
||||
|
||||
@@ -14,3 +14,4 @@ rhai = "1.17.1"
|
||||
rustc-hash = "2"
|
||||
chrono = "0.4.44"
|
||||
compact_str = "0.8"
|
||||
bumpalo = "3"
|
||||
|
||||
Reference in New Issue
Block a user