mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 11:32:04 +03:00
96e0d3e83f
This is useful to get simple performance metrics.
20 lines
413 B
TOML
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]
|