unibo-orari/rust/Cargo.toml

11 lines
168 B
TOML
Raw Normal View History

2024-11-28 16:09:20 +01:00
[package]
name = "rust_lib_unibo_android"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.6.0"