working workspaces
This commit is contained in:
parent
6a6a6b8f86
commit
30af165d02
54 changed files with 5065 additions and 158 deletions
17
rust/Cargo.toml
Normal file
17
rust/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue