monorepo/visions/server/Cargo.toml

12 lines
294 B
TOML

[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/" }
tokio = { version = "1", features = [ "full" ] }
warp = { version = "0.3" }