diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ name = "webol" | |||
10 | path = "src/main.rs" | 10 | path = "src/main.rs" |
11 | 11 | ||
12 | [dependencies] | 12 | [dependencies] |
13 | anyhow = "1.0" | ||
13 | clap = { version = "4.5", features = ["derive"] } | 14 | clap = { version = "4.5", features = ["derive"] } |
14 | clap_complete = "4.5" | 15 | clap_complete = "4.5" |
15 | config = "0.14" | 16 | config = "0.14" |