2026-03-31 17:17:35 -04:00
|
|
|
[package]
|
|
|
|
|
name = "notsecrets"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-03-31 17:26:10 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
notcore = { workspace = true }
|
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
which = { workspace = true }
|
|
|
|
|
rpassword = { workspace = true }
|
|
|
|
|
dirs = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = { workspace = true }
|