*.toml: reformat using tombi

This commit is contained in:
2026-06-19 21:16:03 +08:00
parent c1b4ac4d8f
commit afbc471e40
9 changed files with 51 additions and 47 deletions
+24 -21
View File
@@ -1,40 +1,43 @@
[workspace]
resolver = "3"
members = [
"fix",
"fix-bytecode",
"fix-compiler",
"fix-error",
"fix-lang",
"fix-runtime",
"fix-vm",
"fix",
"fix-bytecode",
"fix-compiler",
"fix-error",
"fix-lang",
"fix-runtime",
"fix-vm",
]
[profile.profiling]
inherits = "release"
debug = true
[profile.lto]
inherits = "release"
lto = true
[workspace.dependencies]
bumpalo = { version = "3.20", features = [
bumpalo = {
version = "3.20",
features = [
"allocator-api2",
"boxed",
"collections",
] }
]
}
ere = "0.2"
ghost-cell = "0.2"
hashbrown = "0.16"
likely_stable = "0.1"
num_enum = "0.7.5"
smallvec = { version = "1.15", features = ["const_new", "const_generics"] }
ere = "0.2"
string-interner = "0.19"
rnix = "0.14"
rowan = "0.16"
likely_stable = "0.1"
smallvec = { version = "1.15", features = ["const_generics", "const_new"] }
string-interner = "0.19"
[workspace.dependencies.gc-arena]
git = "https://github.com/kyren/gc-arena"
rev = "75671ae03f53718357b741ed4027560f14e90836"
features = ["allocator-api2", "hashbrown", "smallvec"]
[profile.lto]
inherits = "release"
lto = true
[profile.profiling]
inherits = "release"
debug = true