[package]
resolver = "2"
name = "auric-runtime"
description = "Runtime module for the `auric` MVC SPA framework"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
[dependencies]
anyhow.workspace = true
console_error_panic_hook = "0.1.7"
handlebars.workspace = true
web-sys = { version = "0.3.103", features = ["Document", "HtmlElement", "Text", "Window"] }