Skip to content

Commit

Permalink
Exclude github actions folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
brotskydotcom committed Jul 5, 2024
1 parent 1c0502c commit 9132813
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ authors = ["Daniel Brotsky <dev@brotsky.com>"]
description = "Library to interface with Secret Service API over DBUS"
documentation = "https://docs.rs/dbus-secret-service"
homepage = "https://github.com/brotskydotcom/dbus-secret-service"
repository = "https://github.com/brotsky.com/dbus-secret-service.git"
keywords = ["secret-service", "password", "linux", "dbus"]
license = "MIT OR Apache-2.0"
name = "dbus-secret-service"
repository = "https://github.com/brotsky.com/dbus-secret-service.git"
edition = "2021"
version = "4.0.0-rc.1"
edition = "2021"
rust-version = "1.70"
exclude = [".github/"]

[features]
crypto-rust = ["dep:aes", "dep:block-padding", "dep:cbc", "dep:sha2", "dep:hkdf"]
Expand Down

0 comments on commit 9132813

Please sign in to comment.