working workspaces

This commit is contained in:
Henry Hiles 2026-04-19 16:02:50 -04:00
commit 30af165d02
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
54 changed files with 5065 additions and 158 deletions

17
rust/Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "rust_lib_flight"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.11.1"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
futures = "0.3"
wayland-client = "0.31"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wayland-protocols = { version = "0.32.12", features = ["client", "staging"] }