Skip to content

Commit

Permalink
add scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Dec 19, 2024
1 parent e3e239a commit a3fb94b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ secret-service-zbus-tokio = ["dep:tokio", "secret-service-zbus"]
# Linux Secret service,
# Crypto provider (for encrypted sessions)
#
secret-service-crypto = ["dep:num", "dep:once_cell", "dep:rand"]
secret-service-crypto = ["dep:num", "dep:once_cell", "dep:rand", "secret-service"]
secret-service-openssl-std = ["dep:openssl", "secret-service-crypto"]
secret-service-rust-crypto-std = ["dep:aes", "dep:block-padding", "dep:cbc", "dep:hkdf", "dep:sha2", "secret-service-crypto"]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

High-level, asynchronous API for [`keyring-rs`](https://crates.io/crates/keyring), a cross-platform Rust library to manage credentials.

![scheme](./scheme.png)

## Features

- Uses [Secret Service](https://specifications.freedesktop.org/secret-service-spec/latest/) on *Linux*
Expand Down
Binary file added scheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3fb94b

Please sign in to comment.