This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
jnc-calibre-web-importer/Cargo.toml
Neshura 9a1ee2ba63
Some checks failed
Run Tests on Code / run-tests (push) Failing after 51s
Build binary file and bundle packages / test (pull_request) Failing after 46s
Build binary file and bundle packages / build (pull_request) Has been skipped
Login Functionality
2024-01-13 16:15:00 +01:00

18 lines
609 B
TOML

[package]
name = "jnc-calibre-web-importer"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = { version = "^0.10", features = ["tokio", "async-std", "smol"]}
dark-light = "^1.0.0"
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros", "time"] }
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }
arrayvec = { version = "^0.7.4", features = ["serde"] }
chrono = "^0.4.31"
open = "^5.0.1"