1
Fork 0
tirocinio-canali-steffo-acrate/acrate-webfinger/Cargo.toml

12 lines
263 B
TOML

[package]
name = "acrate-webfinger"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
axum = "0.7.7"
log = "0.4.22"
micronfig = "0.3.0"
pretty_env_logger = "0.5.0"
tokio = { version = "1.41.1", features = ["macros", "net", "rt-multi-thread"] }