mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
8 lines
217 B
TOML
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"
|