example-spa-elm-app/backend/Cargo.toml
2025-01-26 16:12:06 -05:00

20 lines
491 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.0"
actix-files = "0.6"
actix-web-actors = "4.0"
actix = "0.13"
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "53395536aa4ebebcbc0431e7336c2a6857efcff5" }
chrono = "0.4" # For timestamp generation
env_logger = "0.10" # For logging
once_cell = "1.20.2"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "1.43.0"
elm_rs = "0.2.2"