mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 13:10:41 +00:00
16 lines
410 B
TOML
16 lines
410 B
TOML
|
|
[package]
|
||
|
|
name = "wrsessd"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
description = "WayRay session launcher daemon"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wayray-protocol.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
tracing-subscriber.workspace = true
|
||
|
|
miette.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json = "1"
|
||
|
|
tokio = { workspace = true, features = ["rt", "net", "io-util", "macros", "process"] }
|