mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
1597fcc79e
TODO: Remove compilation errors on WASM side (while using common).
9 lines
197 B
TOML
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"] }
|