crows-shared 0.2.0

Utilities shared between WASM and host in Crows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "crows-shared"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"
description = "Utilities shared between WASM and host in Crows"
documentation = "https://docs.rs/crows-shared"
homepage = "https://github.com/drogus/crows"
repository = "https://github.com/drogus/crows"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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