veloren/plugin/api/Cargo.toml

11 lines
293 B
TOML
Raw Normal View History

[package]
2020-12-12 13:01:54 +00:00
name = "veloren-plugin-api"
version = "0.1.0"
authors = ["ccgauche <gaucheron.laurent@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-12 13:01:54 +00:00
serde = {version = "1.0.118", features = ["derive"]}