[package] name = "aturlist" version = "0.1.0" edition = "2021" [dependencies] tapped = { git = "https://tangled.sh/ptr.pet/tapped" } tokio = { version = "1", features = ["rt-multi-thread", "signal"] } tokio-util = { version = "0.7" } axum = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" anyhow = "1" fjall = "3.0.1" tracing = "0.1" tracing-subscriber = "0.3" futures = "0.3" chrono = "0.4" mimalloc = { version = "0.1" }