mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
15 lines
279 B
TOML
15 lines
279 B
TOML
[package]
|
|
name = "rust_lib_mangayomi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
flutter_rust_bridge = "=2.0.0-dev.36"
|
|
allo-isolate = "0.1.24"
|
|
wasm-bindgen = "0.2.90"
|
|
prost = "0.12.3"
|
|
tokio_with_wasm = "0.4.3"
|
|
image = "0.25.0"
|