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
+22 -6
View File
@@ -1,7 +1,23 @@
# OS Files
*~
._*
.DS_Store
*
!**/
# Rust
/target
!.zed/settings.json
!.gitignore
!/CONTRIBUTING.md
!/LICENSE.md
!/README.md
!/.clippy.toml
!/.rustfmt.toml
!/.tombi.toml
!/Cargo.toml
!/Cargo.lock
!/justfile
!/rust-toolchain.toml
!/crates/**/*.rs
!/crates/**/Cargo.toml
!/crates/**/README.md
!/lints/*.toml