feat(card_db): Import card database from edopro GitHub repo
This commit is contained in:
parent
88da43e208
commit
a3ce7f8008
14 changed files with 691 additions and 108 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -15,9 +15,14 @@ serde_json = "1.0.140"
|
|||
thiserror = "2.0.12"
|
||||
url = "2.5.4"
|
||||
wasm-bindgen = "0.2.100"
|
||||
wasm-bindgen-futures = "0.4.50"
|
||||
wasm-bindgen-futures = { version = "0.4.50", features = ["futures-core-03-stream"] }
|
||||
diesel-derive-enum = { version = "2.1.0", features = ["sqlite"] }
|
||||
diesel_migrations = { git = "https://github.com/diesel-rs/diesel.git", features = ["sqlite"] }
|
||||
|
||||
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
|
||||
time = { version = "0.3.39", features = ["parsing"] }
|
||||
wasm-logger = "0.2.0"
|
||||
log = "0.4.26"
|
||||
sqlite-wasm-rs = { version = ">=0.3.0, <0.4.0" , default-features = false, features = ["precompiled"]}
|
||||
thiserror-ext = "0.2.1"
|
||||
futures-util = "0.3.31"
|
||||
gloo = { version = "0.11.0", features = ["futures"] }
|
||||
gloo-net = { version = "0.6.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue