thermonuclear bomb

This commit is contained in:
slonkazoid 2025-07-05 02:56:43 +03:00
commit 69287e42bd
No known key found for this signature in database
6 changed files with 1057 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[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"] }