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"
version = "0.1.0"
dependencies = [
"bumpalo",
"chrono",
"clap",
"colored",