Skip to content

Commit cc2d69c

Browse files
committed
fix: add missing rust-i18n and sea-orm dependencies
These crates are required for i18n support and database ORM functionality but were missing from Cargo.toml.
1 parent 9b13718 commit cc2d69c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ uuid = { version = "1.0", features = ["v4"] }
4545

4646
# Time
4747
chrono = "0.4"
48+
rust-i18n = "3"
49+
sea-orm = { version = "1.1", features = ["runtime-tokio-rustls", "sqlx-sqlite"] }
4850

4951
# macOS dock icon
5052
[target.'cfg(target_os = "macos")'.dependencies]

0 commit comments

Comments
 (0)