mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 09:28:53 +00:00
9 lines
217 B
TOML
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"
|