aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/Cargo.toml
blob: badefe4c93b43fed69c5f62990c98ef5e5d0c1f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "helix-tui"
version = "0.1.0"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
description = """
A library to build rich terminal user interfaces or dashboards
"""
edition = "2018"

[features]
default = ["crossterm"]

[dependencies]
bitflags = "1.0"
cassowary = "0.3"
unicode-segmentation = "1.2"
unicode-width = "0.1"
crossterm = { version = "0.19", optional = true }
serde = { version = "1", "optional" = true, features = ["derive"]}