mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 18:05:04 +01:00
split into crates
This commit is contained in:
parent
06b5244638
commit
14e5170f4f
13 changed files with 112 additions and 67 deletions
35
Cargo.lock
generated
35
Cargo.lock
generated
|
|
@ -610,23 +610,52 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "clippyboard"
|
||||
name = "clippyboard-clear"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clippyboard-shared",
|
||||
"eyre",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clippyboard-daemon"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ciborium",
|
||||
"clippyboard-shared",
|
||||
"ctrlc",
|
||||
"dirs",
|
||||
"eframe",
|
||||
"egui_extras",
|
||||
"eyre",
|
||||
"rustix 1.1.2",
|
||||
"serde",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"wayland-backend",
|
||||
"wayland-client",
|
||||
"wayland-protocols",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clippyboard-select"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ciborium",
|
||||
"clippyboard-shared",
|
||||
"eframe",
|
||||
"egui_extras",
|
||||
"eyre",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clippyboard-shared"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dirs",
|
||||
"eyre",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "codespan-reporting"
|
||||
version = "0.12.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue