forked from lavina/lavina
1
0
Fork 0

remove unused client target

This commit is contained in:
Nikita Vilunov 2023-01-28 00:44:13 +04:00
parent d6b2289221
commit 492f415947
2 changed files with 0 additions and 12 deletions

View File

@ -7,15 +7,6 @@ members = [
name = "lavina"
version = "0.1.0"
edition = "2021"
default-run = "server"
[[bin]]
name = "client"
path = "src/client.rs"
[[bin]]
name = "server"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.68" # error utils

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}