mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
ee7fb990c3
Added a plugin system based on wasmer-runtime - Support Action (Print handled) - Support Events (PluginLoadEvent handled)
14 lines
323 B
TOML
14 lines
323 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_proc = { path = "./plugin_proc"}
|
|
serde = {version = "1.0.118", features = ["derive"]}
|
|
bincode = "1.3.1"
|
|
|
|
# spin = "0.7"
|