diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-09 16:48:36 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-09 16:48:36 -0500 |
commit | 5ea42e3463271f0cee2968557e8220a0b39a0bc2 (patch) | |
tree | 3ff0b009a0d81564f8017ed2e06c2757595696f9 /Cargo.toml | |
parent | move persist data to /var/run/crab (diff) | |
download | crab-5ea42e3463271f0cee2968557e8220a0b39a0bc2.tar.gz crab-5ea42e3463271f0cee2968557e8220a0b39a0bc2.tar.bz2 crab-5ea42e3463271f0cee2968557e8220a0b39a0bc2.zip |
move secure files to secure handler
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "crab" -version = "0.0.4" +version = "0.0.5" edition = "2021" [dependencies] |