chore: initialized repository
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "weight_tracker"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
askama = "0.12"
|
||||
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite", "macros"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tower-http = { version = "0.5", features = ["fs", "cors"] }
|
||||
Reference in New Issue
Block a user