Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "echo-d"
version = "0.0.0"
edition = "2021"
description = "ECS networking"
license = "MIT"

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

[dependencies]
cfg-if = "1.0.0"
rustc-hash = "1.1.0"
serde_json = "1.0.108"
wasm-bindgen = "0.2.90"

[lib]
crate-type = ["cdylib", "rlib"]