mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 22:58:09 -04:00
14 lines
247 B
TOML
14 lines
247 B
TOML
[package]
|
|
name = "rustsaw"
|
|
version = "0.1.0"
|
|
authors = ["Your Name <you@example.com>"]
|
|
description = "A sample project with wasm-pack"
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|