crows-bindings 0.3.0

WASM bindings for Crows scenarios
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "crows-bindings"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"
description = "WASM bindings for Crows scenarios"
documentation = "https://docs.rs/crows-bindings"
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
serde_with.workspace = true
crows-macros.workspace = true
crows-shared.workspace = true