Browse Source

Add `default-members` to Cargo.toml

pull/110/head
TechiePi 2 years ago
parent
commit
16e40d0a16
  1. 1
      Cargo.toml

1
Cargo.toml

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
[workspace]
members = ["ctru-rs", "ctru-sys", "ctru-sys/bindgen-ctru-sys"]
default-members = ["ctru-rs", "ctru-sys"]
[patch.'https://github.com/rust3ds/ctru-rs']
# Make sure all dependencies use the local ctru-sys package

Loading…
Cancel
Save