dimgup-cli/Cargo.toml
Vincent Knight 1d28915109 better url management (#1)
Added clipboard support, also changed url printing for better selection support.

Reviewed-on: #1
Co-authored-by: Vincent Knight <vincentknightwork@gmail.com>
Co-committed-by: Vincent Knight <vincentknightwork@gmail.com>
2024-04-18 17:30:49 -05:00

26 lines
489 B
TOML

[package]
name = "dimgup-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
directories = "4.0"
clap = { version = "4.5.4", features = ["derive"] }
clipboard-ext = "0.2.0"
[dependencies.json]
version = "0"
[dependencies.ureq]
version = "2"
default-features = false
features = ["tls"]
[dependencies.multipart]
version = "0"
default-features = false
features = ["client"]