mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
8 lines
138 B
TOML
8 lines
138 B
TOML
[workspace]
|
|
name = "gamedig-workspace"
|
|
members = [
|
|
"crates/cli",
|
|
"crates/lib",
|
|
]
|
|
# Edition 2021, uses resolver = 2
|
|
resolver = "2"
|