gitbutler/crates/gitbutler-secret/Cargo.toml
Sebastian Thiel 96e0d3e83f
add --trace to enable tracing
This is useful to get simple performance metrics.
2024-08-21 19:23:42 +02:00

20 lines
413 B
TOML

[package]
name = "gitbutler-secret"
version = "0.0.0"
edition = "2021"
authors = ["GitButler <gitbutler@gitbutler.com>"]
publish = false
[dependencies]
anyhow = "1.0.86"
tracing.workspace = true
serde = { workspace = true, features = ["std"]}
gix = { workspace = true, features = ["dirwalk", "credentials", "parallel"] }
keyring.workspace = true
[[test]]
name="secret"
path = "tests/mod.rs"
[dev-dependencies]