[package] name = "rust_lib_flight" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib", "staticlib"] [dependencies] flutter_rust_bridge = "=2.11.1" serde = { version = "1", features = ["derive"] } serde_json = "1" wayland-client = "0.31" wayland-protocols = { version = "0.32.12", features = ["client", "staging", "unstable"] } calloop = "0.14.4" calloop-wayland-source = "0.4.1"