Files
hello-htmx/Cargo.toml
Jonas Kattendick ea59f1ed1e feat: implement basic server
This demo can:
- Serve a webpage
- Serve static assets
- Asynchronously fetch html
2023-05-09 20:56:09 +02:00

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"