diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-08 22:07:02 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-08 22:07:02 -0500 |
commit | c0f8085da8b79fc448bb6c1d7f1875228c42d5b0 (patch) | |
tree | 7e0a7a04cf5eda86befb02c73bddac3da4715b72 /Cargo.toml | |
parent | fix non root tamper persist files (diff) | |
download | crab-c0f8085da8b79fc448bb6c1d7f1875228c42d5b0.tar.gz crab-c0f8085da8b79fc448bb6c1d7f1875228c42d5b0.tar.bz2 crab-c0f8085da8b79fc448bb6c1d7f1875228c42d5b0.zip |
aur support
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "crab" -version = "4.2.0" +version = "0.0.1" edition = "2021" [dependencies] |