move lib, server and client to separate packages

This commit is contained in:
Johannes Heuel
2022-09-14 12:38:11 +02:00
parent 32f92b9320
commit 6e925b731e
10 changed files with 590 additions and 39 deletions

View File

@@ -1,11 +1,6 @@
[package]
name = "zoidberg"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
[workspace]
members = [
"zoidberg_server",
"zoidberg_client",
"zoidberg_lib",
]