mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 21:17:01 +05:30
refactor: switch to argv for argument handling
This commit is contained in:
parent
1a1e97722b
commit
a5c22063cd
3 changed files with 10 additions and 6 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -26,6 +26,12 @@ version = "1.0.57"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
||||
|
||||
[[package]]
|
||||
name = "argv"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "593b6306f88ed573d52d5d07e309317f1c5e95777bf559b2ddb33f50b7d1158d"
|
||||
|
||||
[[package]]
|
||||
name = "assay"
|
||||
version = "0.1.1"
|
||||
|
@ -86,6 +92,7 @@ name = "clipboard-substitutor"
|
|||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argv",
|
||||
"assay",
|
||||
"clipboard-master",
|
||||
"copypasta",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue