11 lines
256 B
TOML
11 lines
256 B
TOML
[package]
|
|
name = "update-cicada"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.4"
|
|
rand = "0.9.1"
|
|
tokio = { version = "1.46.1", features = ["full"] }
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|