mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
10 lines
304 B
TOML
10 lines
304 B
TOML
[package]
|
|
name = "veloren-plugin-api"
|
|
version = "0.1.0"
|
|
authors = ["ccgauche <gaucheron.laurent@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
|
common = { package = "veloren-common", path = "../../common", features = ["no-assets"] }
|
|
bincode = "1.3.1"
|