init builtins

This commit is contained in:
2026-03-16 18:03:40 +08:00
parent 198d847151
commit 1950d4de6c
22 changed files with 2197 additions and 665 deletions
Generated
+1 -8
View File
@@ -188,13 +188,6 @@ dependencies = [
"generic-array",
]
[[package]]
name = "boxing"
version = "0.1.3"
dependencies = [
"sptr",
]
[[package]]
name = "bstr"
version = "1.12.1"
@@ -798,7 +791,6 @@ version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"boxing",
"bumpalo",
"bzip2",
"clap",
@@ -833,6 +825,7 @@ dependencies = [
"sha2",
"small-map",
"smallvec",
"sptr",
"string-interner",
"tap",
"tar",