49aa1dc36c
Signed-off-by: Catty Steve <4795515+Catty2014@user.noreply.gitee.com>
18 lines
357 B
TOML
18 lines
357 B
TOML
[package]
|
|
name = "workshop-vault"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
async-trait = "0.1.89"
|
|
log = "0.4.28"
|
|
rusty_vault = "0.2.1"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
thiserror = "2.0.17"
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.11.8"
|