1
0
mirror of https://github.com/bitwarden/server synced 2026-02-12 14:33:49 +00:00
Files
server/akd/crates/reader/Cargo.toml
2025-11-20 15:25:44 -08:00

20 lines
441 B
TOML

[package]
name = "reader"
edition.workspace = true
version.workspace = true
authors.workspace = true
license-file.workspace = true
keywords.workspace = true
[dependencies]
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
akd = { workspace = true }
akd_storage = { workspace = true}
bitwarden-akd-configuration = { workspace = true}
common = { workspace = true}
[lints]
workspace = true