pinnacle/wlcs_pinnacle/Cargo.toml

24 lines
575 B
TOML
Raw Normal View History

2024-04-13 17:56:02 +02:00
[package]
name = "wlcs_pinnacle"
version = "0.0.1"
authors.workspace = true
edition.workspace = true
repository.workspace = true
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
smithay = { workspace = true }
2024-04-15 20:15:24 +02:00
pinnacle = { path = "..", features = [ "wlcs" ] }
2024-04-24 19:02:15 +02:00
pinnacle-api = { path = "../api/rust" }
2024-04-13 17:56:02 +02:00
wayland-sys = { version = "0.31.1", features = ["client", "server"] }
2024-04-15 20:15:24 +02:00
wlcs = "0.1"
tracing = "0.1.40"
2024-04-16 20:07:10 +02:00
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "registry"] }
2024-04-24 19:02:15 +02:00
tokio = { workspace = true, features = ["net", "rt"] }
tempfile = "3.10.1"