mangayomi-mirror/rust/Cargo.toml
Moustapha Kodjo Amadou 0d7b776269
Update Cargo.toml
2024-05-29 20:05:43 +01:00

11 lines
188 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"
image = "0.25.0"