2021-10-01 03:44:26 +00:00
|
|
|
[package]
|
2021-12-29 18:26:49 +00:00
|
|
|
name = "kampanja-kontrolada-servilo"
|
2021-10-01 03:44:26 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-12-29 17:53:04 +00:00
|
|
|
orizentic = { path = "../../orizentic/" }
|
2021-10-01 03:44:26 +00:00
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
warp = { version = "0.3.1" }
|