first commit

This commit is contained in:
Andrea Moro 2025-07-02 22:07:47 +02:00
commit 2b495644d6
2 changed files with 77 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "count-api"
version = "0.1.0"
edition = "2024"
[dependencies]
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.9.1"