1 2 3 4 5 6 7 8
# 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] resolver = "3" members = ["native/*"]