summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2021-06-06Release version 0.4.0v0.4.0Lars Wirzenius1-19/+19
2021-06-06docs: update NEWS, Cargo.toml, debian/changelo for new releaseLars Wirzenius1-1/+1
Also, tweak titles in NEWS to be a little shorter. Sponsored-by: author
2021-05-29update Cargo.toml, Cargo.lock with new dependenciesLars Wirzenius1-172/+278
These aren't used yet, but they soon will be.
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-0/+68
This reads a passphrase and derives two passwords from that, and stores them next to the configuration file. The passwords aren't yet used for anything, that will come later.
2021-03-24refactor: switch from dirs crate to directories-nextLars Wirzenius1-65/+13
It's a higher-level library and a little nicer to use.
2021-03-24chore: use warp's bytes instead of bytes crate directlyLars Wirzenius1-1/+0
2021-03-24chore: bump reqwest dependencyLars Wirzenius1-38/+150
2021-03-23chore: update Cargo.lockLars Wirzenius1-1/+1
2021-03-20build: add Cargo.lock to gitLars Wirzenius1-0/+2278