diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-02-01 09:43:02 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-02-01 09:43:02 -0330 |
| commit | cdb67db4ab688dc93f28fefa2281616a00160c65 (patch) | |
| tree | 86ab35c669482d1966a5e770bdda4760ac5b42b0 /Cargo.toml | |
| parent | e5f32ef621ec1fbad0b86ddcdb5b2e32077891c1 (diff) | |
| download | pfc-cdb67db4ab688dc93f28fefa2281616a00160c65.zip | |
ui skeleton
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ 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" |