mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
some experimentation with frontend
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
[package]
|
||||
name = "rustical_frontend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.9"
|
||||
askama = { version = "0.12", features = ["serde", "with-actix-web"] }
|
||||
askama_actix = "0.14"
|
||||
tokio = { version = "1.40", features = ["sync", "full"] }
|
||||
rustical_store = { path = "../store/" }
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
actix-session = { version = "0.10", features = ["cookie-session"] }
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
askama = { workspace = true }
|
||||
askama_actix = { workspace = true }
|
||||
actix-session = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
actix-web = { workspace = true }
|
||||
rustical_store = { workspace = true }
|
||||
actix-files = "0.6.6"
|
||||
|
||||
Reference in New Issue
Block a user