summaryrefslogtreecommitdiff
path: root/crates/tor-persist/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
|
* Remove unused "dirs" dependency from tor-persist.Nick Mathewson2021-11-161-1/+0
|
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+2
|
* tor-persist: serde usage now requires derive feature.Nick Mathewson2021-10-291-2/+1
|
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-1/+1
|
* Upgrade to fslock version 0.2Nick Mathewson2021-10-271-1/+1
| | | | | This version makes all locks per-handle rather than per-process, by moving from lockf() to flock() on unix.
* Change tor-persist to use json instead of toml.Nick Mathewson2021-10-071-1/+1
| | | | | | The limitations with toml seemed to be reaching a head, and I wasn't able to refactor the guardmgr code enough to actually have its state be serializable as toml. Json's limitations are much narrower.
* Allow building tor-persist for WASMJani Monoses2021-10-011-1/+3
|
* tor-persist: Add a testing-only state manager that doesn't use diskNick Mathewson2021-09-301-0/+4
|
* update fslock to compile androidTrinity Pointard2021-09-251-1/+1
|
* Upgrade memmap2, directories, and dirs dependencies.Nick Mathewson2021-09-231-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+22
This will cause some pain for now, but now is really the best time to do this kind of thing.