veloren/plugin/hello/Cargo.toml

14 lines
242 B
TOML
Raw Normal View History

[package]
name = "hello"
version = "0.1.0"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-12-12 13:01:54 +00:00
plugin-rt = { package = "veloren-plugin-rt", path = "../rt" }
[workspace]