unibo-orari/rust/Cargo.toml
2024-11-28 16:09:20 +01:00

11 lines
168 B
TOML

[package]
name = "rust_lib_unibo_android"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.6.0"