rust
This commit is contained in:
parent
763b4bd000
commit
07205c41de
4 changed files with 728 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "task_counter"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
askama = "0.14.0"
|
||||
axum = "0.8.6"
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue