Upgrade sea-orm to 2.0, update structure and lints

This commit is contained in:
2026-09-04 23:38:02 -06:00
parent 800916c111
commit a5454bda71
26 changed files with 1435 additions and 980 deletions
+10
View File
@@ -0,0 +1,10 @@
[format.rules]
indent-style = "tab"
indent-width = 4
line-width = 120
# Disable TOML 1.1 features from tombi as long as we support rust <1.94
[[schemas]]
toml-version = "v1.0.0"
path = "tombi://www.schemastore.org/cargo.json"
include = ["Cargo.toml"]