mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 21:35:32 +00:00
11 lines
181 B
TOML
11 lines
181 B
TOML
[package]
|
|
name = "rust_lib_mangayomi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
flutter_rust_bridge = "=2.1.0"
|
|
image = "0.25.0"
|