synvael/crates/client/Cargo.toml

24 lines
523 B
TOML

[package]
name = "client"
license.workspace = true
authors.workspace = true
edition.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
winit = "0.30.13"
renderer = { path = "../renderer" }
glam.workspace = true
raw-window-handle.workspace = true
ash-window.workspace = true
shared = { path = "../shared" }
net = { version = "0.1.0", path = "../net" }
crossbeam-channel = "0.5.16"
sysinfo.workspace = true