1
0
mirror of https://github.com/bitwarden/server synced 2026-02-14 15:33:35 +00:00
Files
server/akd/Cargo.toml

15 lines
267 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
edition = "2021"
version = "0.1.0"
authors = ["Bitwarden Inc"]
license-file = "LICENSE"
keywords = ["akd", "key transparency"]
[workspace.lints.clippy]
unused_async = "deny"
unwrap_used = "deny"