auric-runtime 0.1.0

Runtime module for the `auric` MVC SPA framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"] }