wicked-waifus-rs/hotpatch-server/Cargo.toml
2024-09-11 19:37:46 +03:00

22 lines
328 B
TOML

[package]
name = "hotpatch-server"
edition = "2021"
version.workspace = true
[dependencies]
# Framework
tokio.workspace = true
shorekeeper-http.workspace = true
# Serialization
serde.workspace = true
toml.workspace = true
# Util
anyhow.workspace = true
# Tracing
tracing.workspace = true
# Internal
common.workspace = true