mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
3112486005
Former-commit-id: 4164daf4ccbe6695f664a44d0fce0ee10df39b8d
22 lines
358 B
TOML
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
|