12 lines
343 B
TOML
12 lines
343 B
TOML
[package]
|
|
name = "kiln-ui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# text-only clipboard: drop the default `image-data` deps (image/tiff/jpeg), add Linux Wayland support
|
|
arboard = { version = "3", default-features = false, features = ["wayland-data-control"] }
|
|
ratatui = { workspace = true }
|
|
syntect = "5.3.0"
|
|
unicode-width = "0.2"
|