mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 09:55:04 +01:00
18 lines
402 B
TOML
18 lines
402 B
TOML
[workspace]
|
|
members = [".", "willy", "willy/codegen"]
|
|
|
|
[package]
|
|
name = "clippyboard"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ciborium = "0.2.2"
|
|
dirs = "6.0.0"
|
|
eframe = "0.32.2"
|
|
egui_extras = { version = "0.32.2", features = ["image"] }
|
|
eyre = "0.6.12"
|
|
serde = "1.0.219"
|
|
wayland-client = "0.31.11"
|
|
wayland-protocols = { version = "0.32.9", features = ["staging"] }
|
|
wl-clipboard-rs = "0.9.2"
|