22 lines
326 B
TOML
22 lines
326 B
TOML
[package]
|
|
name = "config-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
|