app/rust/Cargo.toml
2023-11-04 22:56:03 +08:00

11 lines
241 B
TOML

[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib", "cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flutter_rust_bridge = "1"