diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,10 +1,8 @@ [package] name = "pfc" -version = "0.5.0" +version = "0.5.1" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] tui = "0.19" crossterm = "0.25" |