mirror of
https://github.com/bitwarden/server
synced 2026-03-02 03:11:20 +00:00
21 lines
409 B
TOML
21 lines
409 B
TOML
[package]
|
|
name = "common"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license-file.workspace = true
|
|
keywords.workspace = true
|
|
|
|
[dependencies]
|
|
akd = "0.11.0"
|
|
async-trait = { workspace = true }
|
|
akd_storage = { workspace = true }
|
|
config = { workspace = true }
|
|
serde = { workspace = true }
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
hex = "0.4.3"
|
|
|
|
[lints]
|
|
workspace = true
|