[package] name = "rust_lib_flutter_rust_bridge_hello" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib", "staticlib"] [dependencies] flutter_rust_bridge = "=2.12.0" thiserror = "2" tokio = { version = "1", features = ["rt-multi-thread", "time", "macros"] } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }