version: updated version and removed non existing packages

This commit is contained in:
Patryk Hegenberg 2024-05-30 00:26:16 +02:00
parent 4a3b1a7996
commit 07584a48a1
5 changed files with 7 additions and 49 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "caesar-cli"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"]
@ -8,8 +8,6 @@ authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"]
name = "caesar"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
caesar-core = { path = "../caesar-core" }
tokio = { version = "1.28.1", features = ["full"] }