Skip to content

Instantly share code, notes, and snippets.

@nate-sys
nate-sys / Cargo.toml
Last active February 11, 2024 17:18
Using Axum, HTMX, and DisplayDoc
[package]
name = "billion-dollar-idea"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.4", features = ["macros", "form"] }
displaydoc = "0.2.4"
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }