diff options
author | FxQnLr <[email protected]> | 2023-10-19 09:30:14 +0200 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-10-19 09:30:14 +0200 |
commit | 527d2c7abc1f83f76342fa21a8d4f417582d53a6 (patch) | |
tree | 0082bcfc69d340c4cc45e3c5da6d7a6479fd7a3d | |
parent | b4f59c226c6916a3e45f1a52dc6a9b15c800297a (diff) | |
download | webol-cli-527d2c7abc1f83f76342fa21a8d4f417582d53a6.tar webol-cli-527d2c7abc1f83f76342fa21a8d4f417582d53a6.tar.gz webol-cli-527d2c7abc1f83f76342fa21a8d4f417582d53a6.zip |
added bin name
-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" |