mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
c95f57cafd
- 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
14 lines
335 B
TOML
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"
|