mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 13:10:41 +00:00
13 lines
292 B
TOML
13 lines
292 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
|