rustdashjs 0.1.0

rust pack tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rustdashjs"
version = "0.1.0"
edition = "2024"
description = "rust pack tool"
license = "MIT"

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

[dependencies]
wasm-bindgen = "0.2.100"