mirror of
https://github.com/BastaMasta/boxy-cli.git
synced 2026-07-28 18:35:39 +03:00
10 lines
117 B
TOML
10 lines
117 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"boxy-cli",
|
|
"binary-testing",
|
|
]
|
|
|
|
[workspace.package]
|
|
edition = "2024"
|