Project skeleton

This commit is contained in:
Alphonse Paix
2025-08-20 00:25:07 +02:00
commit 1fd1c4eef4
4 changed files with 664 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "zero2prod"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
tokio = { version = "1.47.1", features = ["rt-multi-thread"] }