Babylonia-terminal/babylonia_terminal_launcher/Cargo.toml
2024-05-16 21:42:07 +02:00

9 lines
217 B
TOML

# This file is used for telling Rust-related tools
# where various Rust crates are.
# This also unifies `./target` output folder and
# various Rust configurations.
[workspace]
members = ["./native/*"]
resolver = "2"