13 lines
259 B
TOML
13 lines
259 B
TOML
|
[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"] }
|