This demo can: - Serve a webpage - Serve static assets - Asynchronously fetch html
15 lines
301 B
TOML
15 lines
301 B
TOML
[package]
|
|
name = "hello-htmx"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-files = "0.6.2"
|
|
actix-web = "4.3.1"
|
|
actix-web-lab = "0.19.1"
|
|
askama = "0.12.0"
|
|
env_logger = "0.10.0"
|
|
log = "0.4.17"
|