thermonuclear bomb
This commit is contained in:
commit
69287e42bd
6 changed files with 1057 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue