add kubi-shared as dep

This commit is contained in:
griffi-gh 2023-01-30 02:37:11 +01:00
parent c2b446ac7b
commit 59b91bc23d
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,5 @@ name = "kubi-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kubi-shared = { path = "../kubi-shared" }

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
kubi-shared = { path = "../kubi-shared" }
glium = "0.32"
image = { version = "0.24", default_features = false, features = ["png"] }
log = "0.4"