clipboard-substitutor/Cargo.toml
2021-11-22 14:20:17 +00:00

25 lines
701 B
TOML

[package]
name = "clipboard-substitutor"
version = "0.1.0"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2021"
description = "CLI tool to monitor clipboard changes and perform operations based on the contents"
repository = "https://github.com/msfjarvis/clipboard-substitutor"
homepage = "https://github.com/msfjarvis/clipboard-substitutor"
license = "MIT/Apache-2.0"
keywords = []
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.47"
clipboard = "0.5.0"
dirs = "4.0.0"
log = "0.4.14"
pretty_env_logger = "0.4.0"
regex = "1.5.4"
serde = "1.0.130"
serde_derive = "1.0.130"
toml = "0.5.8"