|
# Root workspace so the Rust crate in rust/ is discoverable when this repo is
|
|
# consumed as a Cargo git dependency, and so `cargo` works from the repo root.
|
|
# The go/ and ts/ clients are independent toolchains and ignored by Cargo.
|
|
[workspace]
|
|
resolver = "2"
|
|
members = ["rust"]
|