aboutsummaryrefslogtreecommitdiff
path: root/ui/Cargo.toml
blob: 0a2fb5ae9e33af65891d540d378b84bc7d077b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "jellyui"
version = "0.1.0"
edition = "2024"

[dependencies]
markup = "0.15.0"
jellycommon = { path = "../common" }
humansize = "2.1.3"
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_json = "1.0.140"
vte = "0.14.1"