mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
287 B
TOML
18 lines
287 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-rt = { package = "veloren-plugin-rt", path = "../rt" }
|
|
|
|
[workspace]
|
|
|
|
[profile.dev]
|
|
opt-level = "s"
|
|
debug = false
|