veloren/plugin/api/Cargo.toml
ccgauche 1597fcc79e Fixed the plugin compilation and added comments
TODO: Remove compilation errors on WASM side (while using common).
2021-02-22 23:59:25 +01:00

9 lines
197 B
TOML

[package]
name = "veloren-plugin-api"
version = "0.1.0"
authors = ["ccgauche <gaucheron.laurent@gmail.com>"]
edition = "2018"
[dependencies]
serde = { version = "1.0.118", features = ["derive"] }