example-spa-elm-app/backend/Cargo.toml

20 lines
491 B
TOML
Raw Permalink Normal View History

2025-01-01 01:50:26 +00:00
[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" }
2025-01-01 01:50:26 +00:00
chrono = "0.4" # For timestamp generation
env_logger = "0.10" # For logging
once_cell = "1.20.2"
log = "0.4"
2025-01-01 01:50:26 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "1.43.0"
elm_rs = "0.2.2"