9 Commits

Author SHA1 Message Date
Ed Page
5d80aa263d refactor: Provide workspace-level default license 2023-07-17 13:21:41 -05:00
Ed Page
f358359a17 refactor: Provide a workspace-level default edition 2023-07-17 13:21:40 -05:00
bors
5b377cece0 Auto merge of #12322 - ehuss:credential-readme, r=epage
Add READMEs for the credential helpers.

This adds some READMEs for these crates. These are pretty bare bones for now, but I suspect they may get extended in the future based on how we decide to deploy them.
2023-06-30 00:01:00 +00:00
Eric Huss
afbca6baf8 Add READMEs for the credential helpers. 2023-06-29 11:54:41 -07:00
Eric Huss
21ccfb8fa6 Don't try to compile cargo-credential-gnome-secret on non-Linux platforms. 2023-06-29 11:19:58 -07:00
Scott Schafer
34b8c39d77 chore: Use [workspace.dependencies] 2023-04-28 09:56:09 -05:00
Weihang Lo
61a513c1a8
chore: make credential dependencies platform-specific 2023-04-24 14:48:06 +01:00
Eric Huss
ac25009500 Update windows-sys 2023-04-23 12:40:00 -07:00
Ed Page
895435fba9 chore: Use globs for workspace members
This is a short-term option until we can have a better solution for
globbing.  This does not update `benches/` to support which has a README
in there preventing globbing; this seems low-churn enough not to find a
solution for it.

On the next sync-up with rust-lang/rust, we'll need to update 4e46301258/src/bootstrap/tool.rs (L588-L603)

Fixes #11988
2023-04-18 20:02:21 -05:00