mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-17 00:03:46 +00:00
chore: format Cargo manifest with Taplo; v0.3.5
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id35b12bba16b0e181bb4536154259b5a6a6a6964
This commit is contained in:
parent
2e086800d0
commit
2227ef7e89
2 changed files with 39 additions and 41 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2124,7 +2124,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stash-clipboard"
|
name = "stash-clipboard"
|
||||||
version = "0.3.4"
|
version = "0.3.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "stash-clipboard"
|
name = "stash-clipboard"
|
||||||
description = "Wayland clipboard manager with fast persistent history and multi-media support"
|
description = "Wayland clipboard manager with fast persistent history and multi-media support"
|
||||||
version = "0.3.4"
|
version = "0.3.5"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = [ "NotAShelf <raf@notashelf.dev>" ]
|
authors = [ "NotAShelf <raf@notashelf.dev>" ]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -24,9 +24,7 @@ dirs = "6.0.0"
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.8"
|
||||||
humantime = "2.3.0"
|
humantime = "2.3.0"
|
||||||
imagesize = "0.14.0"
|
imagesize = "0.14.0"
|
||||||
inquire = { version = "0.9.2", default-features = false, features = [
|
inquire = { version = "0.9.2", default-features = false, features = [ "crossterm" ] }
|
||||||
"crossterm",
|
|
||||||
] }
|
|
||||||
libc = "0.2.180"
|
libc = "0.2.180"
|
||||||
log = "0.4.29"
|
log = "0.4.29"
|
||||||
notify-rust = { version = "4.11.7", optional = true }
|
notify-rust = { version = "4.11.7", optional = true }
|
||||||
|
|
@ -52,6 +50,6 @@ notifications = ["dep:notify-rust"]
|
||||||
use-toplevel = [ "dep:wayland-client", "dep:wayland-protocols-wlr" ]
|
use-toplevel = [ "dep:wayland-client", "dep:wayland-protocols-wlr" ]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
lto = true
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
strip = true
|
strip = true
|
||||||
lto = true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue