rvault/crates/server/Cargo.toml

16 lines
368 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, features = ["json"] }