1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-18 09:00:51 +00:00
Johan Andersson 81f879565d Add MIT license to crates that were missing it
Ran into a few crates in this repo with our license scanner that didn't have any license attached to them.

Added MIT to be consistent with the other crates. Please adjust if not correct.
2019-12-22 12:28:33 +01:00

9 lines
171 B
TOML

[package]
name = "plugin-for-example"
version = "0.1.0"
authors = ["The Wasmer Engineering Team <enigneering@wasmer.io>"]
license = "MIT"
edition = "2018"
[dependencies]