The command name should be an underscore, not a hyphen
- ID
87004fa- date
2024-08-19 12:18:47+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
8ce447f- message
The command name should be an underscore, not a hyphen- changed files
2 files, 2 additions, 2 deletions
Changed files
Cargo.lock (5170) → Cargo.lock (5170)
diff --git a/Cargo.lock b/Cargo.lock
index e297b81..011fee4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -85,7 +85,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
[[package]]
-name = "create-thumbnail"
+name = "create_thumbnail"
version = "0.1.0"
dependencies = [
"clap",
Cargo.toml (98) → Cargo.toml (98)
diff --git a/Cargo.toml b/Cargo.toml
index 42f0c7f..3dca501 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "create-thumbnail"
+name = "create_thumbnail"
version = "0.1.0"
edition = "2021"