Properly impliment list teams and fix cert on windows

This commit is contained in:
nab138
2026-01-28 14:45:03 -05:00
parent aee5eaf26e
commit 82881aa4e1
7 changed files with 59 additions and 22 deletions

View File

@@ -2,3 +2,6 @@
resolver = "2"
members = ["examples/minimal","isideload"]
default-members = ["isideload"]
[patch.crates-io]
rustls-platform-verifier = { git = "https://github.com/cstkingkey/rustls-platform-verifier", branch = "extra" }