mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
16 lines
505 B
TOML
16 lines
505 B
TOML
[package]
|
|
name = "rust_lib_mangayomi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
flutter_rust_bridge = { version = "=2.11.1", features = ["chrono"] }
|
|
image = "0.25.8"
|
|
chrono = "0.4.42"
|
|
futures-util = "0.3.31"
|
|
reqwest = { version = "0.12.15", default-features = false, features = ["charset", "http2", "rustls-tls-webpki-roots", "stream", "multipart", "socks", "brotli", "gzip"] }
|
|
tokio = { version = "1.47.1", features = ["full"] }
|
|
tokio-util = "0.7.16"
|