summaryrefslogtreecommitdiff
path: root/crates/safelog/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Change safelog version to 0.1.0.Nick Mathewson2022-05-061-1/+1
| | | | | (This is okay because we haven't published it yet, or any crate that uses it.)
* Implement a safe-logging facility.Nick Mathewson2022-05-061-0/+26
This is a rough first-cut of an API that I think might help us with keeping limited categories of sensitive information out of our logs. I'll refine it based on experiences with using it.