This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/qwer-rpc/qwer-server-example/Cargo.toml
2024-11-25 02:17:19 +03:00

14 lines
261 B
TOML

[package]
name = "qwer-server-example"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
anyhow.workspace = true
common.workspace = true
tracing.workspace = true
protocol.workspace = true
qwer.workspace = true
qwer-rpc.workspace = true