summaryrefslogtreecommitdiff
path: root/mods/rust/Cargo.toml
blob: 55051ed0b98abedd0c8d8bb2299d40927782bfe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rust"
version = "0.1.0"
authors = ["coco875 <pereira.jannin@gmail.com>"]
edition = "2018"

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

[dependencies]
wasi = "0.11"