mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
21 lines
355 B
TOML
21 lines
355 B
TOML
[package]
|
|
name = "gauntlet"
|
|
edition = "2021"
|
|
repository = "https://github.com/project-gauntlet/gauntlet"
|
|
|
|
[workspace]
|
|
members = [
|
|
"rust/management_client",
|
|
"rust/client",
|
|
"rust/server",
|
|
"rust/common",
|
|
"rust/utils",
|
|
"rust/cli",
|
|
"rust/component_model",
|
|
]
|
|
|
|
[dependencies]
|
|
cli = { path = "rust/cli" }
|
|
|
|
[features]
|
|
dev = ["cli/dev"]
|