init
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user