Initial boilerplate
This commit is contained in:
commit
519fb49901
7 changed files with 4520 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "mascarpone"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
maud = { version = "0.27.0", features = ["axum"] }
|
||||
anyhow = "1.0.100"
|
||||
axum = { version = "0.8.6", features = ["macros"] }
|
||||
axum-htmx = "0.8.1"
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls-aws-lc-rs"] }
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
tower-sessions = "0.14.0"
|
||||
listenfd = "1.0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
cargo-watch = "8.5.3"
|
||||
systemfd = "0.4.6"
|
||||
Loading…
Add table
Add a link
Reference in a new issue