Restructure crates and update configs

This commit is contained in:
2026-05-31 17:05:07 -06:00
parent 681cc73479
commit bf8694a04c
14 changed files with 23 additions and 19 deletions
+6
View File
@@ -3,3 +3,9 @@ toml-version = "v1.0.0"
[format.rules]
indent-style = "tab"
indent-width = 4
# Required for rust <1.94
[[schemas]]
toml-version = "v1.0.0"
path = "tombi://www.schemastore.org/cargo.json"
include = ["Cargo.toml"]