forked from lavina/lavina
remove unused client target
This commit is contained in:
parent
d6b2289221
commit
492f415947
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in New Issue