22 lines
359 B
TOML
22 lines
359 B
TOML
[package]
|
|
name = "wicked-waifus-hotpatch-server"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
# Framework
|
|
tokio.workspace = true
|
|
|
|
# Serialization
|
|
serde.workspace = true
|
|
toml.workspace = true
|
|
|
|
# Util
|
|
anyhow.workspace = true
|
|
|
|
# Tracing
|
|
tracing.workspace = true
|
|
|
|
# Internal
|
|
wicked-waifus-commons.workspace = true
|
|
wicked-waifus-http.workspace = true
|