Cargo.toml init
This commit is contained in:
parent
2cc36354c5
commit
04b2b056cc
2 changed files with 2069 additions and 0 deletions
2063
Cargo.lock
generated
2063
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,3 +4,9 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
axum = "0.8"
|
||||||
|
tokio = { version = "1.48", features = ["full"] }
|
||||||
|
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres"] }
|
||||||
|
dotenvy = "0.15"
|
||||||
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
serde_json = "1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue