mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 21:20:40 +00:00
11 lines
201 B
TOML
11 lines
201 B
TOML
|
|
[package]
|
||
|
|
name = "wrclient"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wayray-protocol.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
miette.workspace = true
|