Skip to content

Commit

Permalink
chore: fix stardict dep sqlite issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 11, 2023
1 parent b59e190 commit a8d8625
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion counit-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ edition = "2021"
futures = "0.3.28"

tokio = { version = "1.30.0", features = ["macros", "process", "rt", "rt-multi-thread", "io-std", "io-util", "sync", "fs"] }
stardict_wrapper = "0.0.4"

libsqlite3-sys = "0.24.2"
sqlx = { version = "0.6.3", features = ["sqlite", "migrate", "offline", "runtime-tokio-rustls", "chrono"] }

# i18n
stardict_wrapper = "0.0.5"

# misc
uuid = { version = "1.4.0", features = ["v4", "fast-rng", "serde"] }
Expand Down

0 comments on commit a8d8625

Please sign in to comment.