mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69642b437257ad6c584694fcc084b0572a57
31 lines
676 B
TOML
31 lines
676 B
TOML
[package]
|
|
name = "stash"
|
|
version = "0.2.4"
|
|
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"] }
|
|
dirs = "6.0.0"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
rmp-serde = "1.3.0"
|
|
imagesize = "0.14"
|
|
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"
|
|
rusqlite = { version = "0.37.0", features = ["bundled"] }
|
|
smol = "2.0.2"
|
|
serde_json = "1.0.142"
|
|
base64 = "0.22.1"
|
|
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = "z"
|
|
strip = true
|