mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
241 B
TOML
14 lines
241 B
TOML
|
[package]
|
||
|
name = "hello"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
plugin-api = { package = "veloren-plugin-api", path = ".." }
|
||
|
|
||
|
[workspace]
|