Files
notfiles/crates/notsecrets/Cargo.toml
Joseph O'Brien 0ff89234e8
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Failing after 4s
chore: add dual MIT/Apache-2.0 license, update Cargo.toml and README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 22:00:10 -04:00

17 lines
365 B
TOML

[package]
name = "notsecrets"
version = "0.1.0"
edition = "2024"
license.workspace = true
[dependencies]
notcore = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
which = { workspace = true }
rpassword = { workspace = true }
dirs = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }