2019-04-12 09:09:14 +00:00
|
|
|
[package]
|
|
|
|
name = "veloren"
|
|
|
|
description = "Veloren is an open-world, open-source multiplayer voxel RPG."
|
|
|
|
documentation = "https://docs.veloren.net"
|
|
|
|
repository = "https://www.gitlab.com/veloren/veloren"
|
|
|
|
|
2019-01-02 17:23:31 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"common",
|
|
|
|
"client",
|
2019-03-03 22:02:38 +00:00
|
|
|
"chat-cli",
|
2019-01-02 17:23:31 +00:00
|
|
|
"server",
|
2019-01-30 12:11:34 +00:00
|
|
|
"server-cli",
|
2019-01-02 21:25:01 +00:00
|
|
|
"voxygen",
|
2019-01-15 15:13:11 +00:00
|
|
|
"world",
|
2019-01-02 17:23:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|