veloren/plugin-api/Cargo.toml
ccgauche c95f57cafd Fixed comments
- Would be better to remove the iterator and just collect with a loop to avoid extra allocations
 - tructure
 - A HashSet is probably better
 - Usefull -> Useful
 - I'd have thought plugin-api-derive is a better name
2020-12-13 17:14:39 +00:00

14 lines
335 B
TOML

[package]
name = "veloren-plugin-api"
version = "0.1.0"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[dependencies]
common-api = { path = "../common/common-api" }
plugin-api-derive = { path = "./plugin-api-derive"}
serde = {version = "1.0.118", features = ["derive"]}
bincode = "1.3.1"
# spin = "0.7"