move lib, server and client to separate packages
This commit is contained in:
13
zoidberg_client/Cargo.toml
Normal file
13
zoidberg_client/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "zoidberg_client"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies.zoidberg_lib]
|
||||
path = "../zoidberg_lib"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
Reference in New Issue
Block a user