This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/autopatch-server/Cargo.toml

24 lines
371 B
TOML
Raw Normal View History

2024-11-24 23:17:19 +00:00
[package]
name = "yanagi-autopatch-server"
edition = "2021"
version.workspace = true
[dependencies]
# Framework
tokio.workspace = true
axum.workspace = true
axum-server.workspace = true
tower-http.workspace = true
# Error processing
anyhow.workspace = true
# Serialization
serde.workspace = true
# Tracing
tracing.workspace = true
# Internal
common.workspace = true