new features

This commit is contained in:
JMARyA 2021-05-24 12:21:57 +02:00
parent 956746d3e3
commit 6f70194871
4 changed files with 203 additions and 2 deletions

View file

@ -5,4 +5,6 @@ authors = ["JMARyA <jmarya0@icloud.com>"]
edition = "2018"
[dependencies]
clipboard_macos = "0.1.0"
clipboard_macos = "0.1.0"
clap = "2.0"
ctrlc = "3.1.9"