vscode/cli
Connor Peet 4772a823d4
cli: fix linux build
This contains the following changes:

https://github.com/hwchen/secret-service-rs/compare/v2.0.2...microsoft:vscode-secret-service-rs:2.0.2-openssl

Previously I had secret-service pulling in patches made against `main`
of secret-service-rs, but that is a newer, not-yet-published 3.x version
that was not compatible. I've now backported the necessary changes
(using openssl for SDL compliance) on the last 2.x release.
2022-10-17 09:43:48 -07:00
..
src cli: use openssl for all crypto-related activities 2022-10-14 11:09:31 -07:00
build.rs cli: use hard tabs to align with vscode style 2022-09-23 14:17:01 -07:00
Cargo.lock cli: use openssl for all crypto-related activities 2022-10-14 11:09:31 -07:00
Cargo.toml cli: fix linux build 2022-10-17 09:43:48 -07:00
CONTRIBUTING.md cli: point docs to the new RA extension ns (#162500) 2022-10-04 08:17:10 -07:00
rustfmt.toml cli: use hard tabs to align with vscode style 2022-09-23 14:17:01 -07:00