veloren/Cargo.toml

22 lines
358 B
TOML
Raw Normal View History

[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",
"chat-cli",
2019-01-02 17:23:31 +00:00
"server",
"server-cli",
"voxygen",
2019-01-15 15:13:11 +00:00
"world",
2019-01-02 17:23:31 +00:00
]
[profile.dev]
[profile.release]
debug = true