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

[dependencies]
markup = "0.15.0"
jellycommon = { path = "../common", features = ["rocket"] }
humansize = "2.1.3"