mangayomi-mirror/Cargo.toml
2023-10-21 14:11:49 +01:00

8 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"