Skip to content

Commit a391961

Browse files
committed
wip enable pem support in biscuit-auth
1 parent 27e9287 commit a391961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
atty = "0.2.14"
20-
biscuit-auth = { version = "6.0.0-beta.1", features = ["serde-error"] }
20+
biscuit-auth = { version = "6.0.0-beta.1", features = ["serde-error", "pem"] }
2121
clap = { version = "^3.0", features = ["color", "derive"] }
2222
chrono = "^0.4"
2323
hex = "0.4.3"

0 commit comments

Comments
 (0)