This commit is contained in:
sparshg
2024-09-13 01:47:01 +05:30
commit 0649cf1cdc
27 changed files with 6587 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "todoos"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.5"
dotenv = "0.15.0"
serde = { version = "1.0.210", features = ["derive"] }
sqlx = "0.8.2"
tokio = { version = "1.40.0", features = ["full"] }