html_view_shared 0.2.2

Shared utilities and types for the HTMLView Rust library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "html_view_shared"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "Shared utilities and types for the HTMLView Rust library."
documentation = "https://github.com/jmg049/HTMLView"
repository = "https://github.com/jmg049/HTMLView"
keywords = ["html", "tauri", "gui"]
categories = ["gui"]

[dependencies]
serde.workspace = true
serde_json.workspace = true
uuid.workspace = true
url.workspace = true