feat: add bumpalo dependency for arena allocation

This commit is contained in:
Glint Dev
2026-07-22 13:35:32 +03:00
parent be6d5c36fc
commit daba2136c3
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1474,6 +1474,7 @@ checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
name = "glint-runtime" name = "glint-runtime"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bumpalo",
"chrono", "chrono",
"clap", "clap",
"colored", "colored",

View File

@@ -14,3 +14,4 @@ rhai = "1.17.1"
rustc-hash = "2" rustc-hash = "2"
chrono = "0.4.44" chrono = "0.4.44"
compact_str = "0.8" compact_str = "0.8"
bumpalo = "3"