[package] name = "visions" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] authdb = { path = "../../authdb/" } http = { version = "1" } serde_json = { version = "*" } serde = { version = "1" } tokio = { version = "1", features = [ "full" ] } warp = { version = "0.3" }