diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ edition = "2021" | |||
5 | 5 | ||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
7 | 7 | ||
8 | [[bin]] | ||
9 | name = "webol" | ||
10 | path = "src/main.rs" | ||
11 | |||
8 | [dependencies] | 12 | [dependencies] |
9 | clap = { version = "4.4.6", features = ["derive"] } | 13 | clap = { version = "4.4.6", features = ["derive"] } |
10 | config = "0.13.3" | 14 | config = "0.13.3" |