rvault/crates/server/Cargo.toml

18 lines
446 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2021"
# [target.x86_64-unknown-linux-gnu]
# rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"]
[lints]
workspace = true
[dependencies]
log = { workspace = true }
env_logger = { workspace = true }
tokio = { workspace = true, features=["full"] }
tower = { workspace = true, features = []}
axum = { workspace = true }
utoipa = { workspace = true, features = ["axum_extras"] }