Skeleton up for a web browser swactor engine that is capable of connecting with a cluster.
12 lines
284 B
TOML
12 lines
284 B
TOML
[package]
|
|
name = "wasm"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
swactor = { path = "../..", default-features = false, features = ["wasm"] }
|
|
swactor-std = { path = "../std", default-features = false, features = ["wasm"] }
|
|
wasm-bindgen = "0.2"
|