mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 21:20:40 +00:00
16 lines
408 B
TOML
16 lines
408 B
TOML
|
|
[package]
|
||
|
|
name = "wrlogin"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
description = "WayRay reference greeter / login screen"
|
||
|
|
|
||
|
|
[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"] }
|