Skip to content

Commit

Permalink
download crypto coins' logos (#133)
Browse files Browse the repository at this point in the history
* download crypto coins' logos

* reorder page

* fix param name
  • Loading branch information
domechn committed Oct 29, 2023
1 parent 2c26f46 commit 47c19c5
Show file tree
Hide file tree
Showing 9 changed files with 361 additions and 120 deletions.
136 changes: 109 additions & 27 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@ tauri-build = {version = "1.1", features = [] }

[dependencies]
binance-rs-async = {version = "1.3.1", features = ["wallet_api", "futures_api", "savings_api"] }
coingecko = "1.0.1"
coingecko = {git = "https://github.com/domechn/coingecko-rs.git", rev = "41e819e"}
lazy_static = "^1.4"
magic-crypt = "3.1.12"
okex = {git = "https://github.com/domechn/okex-rs.git", rev = "7126e51"}
rand = "^0.3"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = {version = "0.6", features = ["runtime-tokio-rustls", "sqlite"] }
tauri = {version = "1.2", features = ["app-all", "dialog-open", "dialog-save", "fs-read-file", "fs-write-file", "http-all", "process-relaunch", "updater"] }
tauri = {version = "1.2", features = ["app-all", "dialog-open", "dialog-save", "fs-read-file", "fs-write-file", "http-all", "path-all", "process-relaunch", "protocol-asset", "updater"] }
tokio = {version = "1", features = ["sync"] }
uuid = "1.3.3"
tauri-plugin-aptabase = "0.3"
md5 = "0.7.0"
reqwest = "0.11.22"

[features]
# by default Tauri runs in production mode
Expand Down
Loading

0 comments on commit 47c19c5

Please sign in to comment.