rvault/crates/server/Cargo.toml
2024-04-15 14:27:38 +02:00

17 lines
No EOL
399 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"] }
axum = { workspace = true }
utoipa = { version = "4", features = ["axum_extras"] }