stash/Cargo.toml
NotAShelf efcbe17d73
stash: add watch subcommand
Watches primary clipboard for changes and stores them in the database.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964de9949bbe6d8b9301ca97ae785852b46
2025-08-12 19:07:26 +03:00

22 lines
516 B
TOML

[package]
name = "stash"
version = "0.1.0"
edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>"]
license = "MPL-2.0"
readme = true
repository = "https://github.com/notashelf/stash"
rust-version = "1.85"
[dependencies]
clap = { version = "4.5.44", features = ["derive"] }
sled = "0.34.7"
dirs = "6.0.0"
serde = { version = "1.0.219", features = ["derive"] }
rmp-serde = "1.3.0"
image = "0.25.6"
log = "0.4.27"
env_logger = "0.11.8"
clap-verbosity-flag = "3.0.3"
thiserror = "2.0.14"
wl-clipboard-rs = "0.9.2"