Templating (#43)

Add new `templating` crate with custom parser/renderer for dealing with
variables
This commit is contained in:
Gregory Schier
2024-06-07 08:39:12 -07:00
committed by GitHub
parent a83e094f00
commit e326405f4f
13 changed files with 572 additions and 31 deletions

5
src-tauri/Cargo.lock generated
View File

@@ -6225,6 +6225,10 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "templates"
version = "0.1.0"
[[package]]
name = "tendril"
version = "0.4.3"
@@ -7687,6 +7691,7 @@ dependencies = [
"tauri-plugin-shell",
"tauri-plugin-updater",
"tauri-plugin-window-state",
"templates",
"tokio",
"tokio-stream",
"uuid",