chore: first project structure
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = [
|
||||
"crates/lanparty-client-core",
|
||||
"crates/lanparty-client-win",
|
||||
"crates/lanparty-ctrl",
|
||||
"crates/lanparty-gateway",
|
||||
"crates/lanparty-obs",
|
||||
"crates/lanparty-proto",
|
||||
"crates/lanparty-relay",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1"
|
||||
bytes = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
thiserror = "2"
|
||||
tracing = "0.1"
|
||||
Reference in New Issue
Block a user