diff options
| author | mo8it <mo8it@proton.me> | 2024-04-15 02:11:27 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-15 02:11:27 +0200 |
| commit | 15ca847c37c170590abe6caa53dba5606d956341 (patch) | |
| tree | 093a438ba3c6c7d41a5c52e0e4d16c2683a9790b /Cargo.toml | |
| parent | c613b70363c60c6f4305d09c7394c96cdc6b69e4 (diff) | |
Implement third-party exercises trust handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ edition.workspace = true anyhow.workspace = true clap = { version = "4.5.4", features = ["derive"] } crossterm = "0.27.0" +dirs = "5.0.1" hashbrown = "0.14.3" notify-debouncer-mini = "0.4.1" ratatui = "0.26.1" |
