mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
23 lines
705 B
TOML
23 lines
705 B
TOML
[package]
|
|
name = "clipboard-substitutor"
|
|
version = "0.4.1"
|
|
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"
|
|
include = ["src/**/*", "LICENSE-*", "README.md"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.53"
|
|
clipboard = "0.5.0"
|
|
dirs = "4.0.0"
|
|
log = { version = "0.4.14", features = ["release_max_level_trace"] }
|
|
pretty_env_logger = "0.4.0"
|
|
regex = "1.5.4"
|
|
serde = "1.0.135"
|
|
serde_derive = "1.0.136"
|
|
toml = "0.5.8"
|