clipboard-gdrive 0.1.0

A command-line tool to interact with Google Drive and system clipboard
[package]
name = "clipboard-gdrive"
version = "0.1.0"
edition = "2021"
authors = ["Minhyeok Lee <minhyeok.lee95@gmail.com>"]
license = "MIT"
description = "A command-line tool to interact with Google Drive and system clipboard"
homepage = "https://github.com/minhyeoky/clipboard-gdrive"
repository = "https://github.com/minhyeoky/clipboard-gdrive"
keywords = ["clipboard", "google", "drive"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.18", features = ["derive"] }
arboard = "3.1.1"
image = "0.24.4"