aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Chore] Handle 'temp_path' as an actual 'Path' instead of 'String'Roman Melnikov2023-04-201-1/+1
| | | | | | | | | | | | | Problem: 'temp_path' and 'lock_path' are handled as 'String'. This can be a problem when the 'temp_path' directory is a symlink on the target system, e.g. this is the case with the default '/tmp' and macOS, where this directory is actually a symlink to '/private/tmp'. Solution: Handle 'temp_path' and 'lock_path' as actual Paths. Also, canonicalize 'temp_path' to avoid canary file path mismatches when checking filesystem events. As a side effect, also update the 'notify' dependency to the latest stable version.
* optimize release build for sizeTimothy DeHerrera2022-01-131-2/+7
|
* update tokioTimothy DeHerrera2021-07-291-1/+1
|
* changed: sort Cargo.tomlBernardo Meurer2021-01-261-10/+10
|
* changed: remove 2015-style extern crateBernardo Meurer2021-01-261-3/+2
|
* Restructure projectnotgne22021-01-081-6/+2
|
* Modify activation logic to keep SSH connection alive for magic-rollback and ↵notgne22020-12-301-0/+1
| | | | avoid forking or disconnecting std{out,err}
* Replace logger, add more logging options including filesnotgne22020-12-271-1/+1
|
* Update tokio & pull in notify, instead of inotifyAndreas Fuchs2020-12-151-2/+2
| | | | | The notify crate is cross-platform, and the newer tokio has some bug fixes. Let's use those.
* Debump the smol_str version to 0.1.16 to build on rust 1.45.2 (#28)Andreas Fuchs2020-12-151-0/+5
| | | | | | | | * Debump the smol_str version to 0.1.16 to build on rust 1.45.2 Rust 1.45.2 is what ships in the 20.09 release, and smol_str 0.1.17 is incompatible with it. * Clarify version bounds on the smol_str dependency
* Use crude Nix parsing for parsing the flake pathnotgne22020-11-291-0/+1
|
* Partially add deployment confirmation utilities (for #4)notgne22020-11-221-0/+2
|
* Make all the errors work correctly (I am so so sorry)notgne22020-10-291-0/+2
|
* Fix authors list in package definitionnotgne22020-10-291-1/+1
|
* Auto rollback if deployment is not confirmednotgne22020-10-131-1/+4
|
* Add license information, reformat Nix files, clean upnotgne22020-09-291-1/+5
|
* use separate binary for activation, more cleanupnotgne22020-09-281-0/+8
|
* stuffnotgne22020-09-281-0/+18