diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-09 10:49:25 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-09 10:49:25 -0500 |
commit | 191632ce0ab810b4773f64eaf80ad67e87200c0b (patch) | |
tree | 51ff03bc25aba69142f0583e52d850424c619b55 /Cargo.toml | |
parent | fix session pid, add uninstall sh file (diff) | |
download | crab-191632ce0ab810b4773f64eaf80ad67e87200c0b.tar.gz crab-191632ce0ab810b4773f64eaf80ad67e87200c0b.tar.bz2 crab-191632ce0ab810b4773f64eaf80ad67e87200c0b.zip |
help and version flags
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.1" +version = "0.0.3" edition = "2021" [dependencies] |