auric-runtime 0.1.2

Runtime for the Ember-inspired Auric SPA framework
Documentation
[package]
resolver = "2"
name = "auric-runtime"
description = "Runtime for the Ember-inspired Auric SPA framework"
version.workspace = true
edition.workspace = true
authors.workspace = true
keywords.workspace = true
categories = ["gui", "template-engine", "wasm", "web-programming"]
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
actix-router = "0.5.4"
anyhow.workspace = true
auric-derive = { version = "0.1.2", path = "../auric-derive" }
async-trait = "0.1"
bson = "3.1.0"
console_error_panic_hook = "0.1.7"
handlebars.workspace = true
serde_json = "1.0"
web-sys = { version = "0.3.103", features = ["console", "Document", "HtmlElement", "Location", "Text", "Window"] }