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

13 lines
259 B
TOML
Raw Normal View History

2024-11-12 18:51:34 +00:00
[package]
name = "acrate-inbox"
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"] }