veloren/Cargo.toml
Joshua Barretto 3112486005 Added partial chunk loading, package section to workspace Cargo.toml
Former-commit-id: 4164daf4ccbe6695f664a44d0fce0ee10df39b8d
2019-04-14 14:23:43 +01:00

22 lines
358 B
TOML

[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"
[workspace]
members = [
"common",
"client",
"chat-cli",
"server",
"server-cli",
"voxygen",
"world",
]
[profile.dev]
[profile.release]
debug = true