summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2023-10-19 09:30:14 +0200
committerFxQnLr <[email protected]>2023-10-19 09:30:14 +0200
commit527d2c7abc1f83f76342fa21a8d4f417582d53a6 (patch)
tree0082bcfc69d340c4cc45e3c5da6d7a6479fd7a3d
parentb4f59c226c6916a3e45f1a52dc6a9b15c800297a (diff)
downloadwebol-cli-527d2c7abc1f83f76342fa21a8d4f417582d53a6.tar
webol-cli-527d2c7abc1f83f76342fa21a8d4f417582d53a6.tar.gz
webol-cli-527d2c7abc1f83f76342fa21a8d4f417582d53a6.zip
added bin name
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2807827..69d6f98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]]
9name = "webol"
10path = "src/main.rs"
11
8[dependencies] 12[dependencies]
9clap = { version = "4.4.6", features = ["derive"] } 13clap = { version = "4.4.6", features = ["derive"] }
10config = "0.13.3" 14config = "0.13.3"