-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (26 loc) · 1.15 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "mantui"
version = "0.1.0"
edition = "2021"
authors = ["preiter <[email protected]>"]
repository = "https://github.com/preiter93/mantui"
keywords = ["man", "pages", "ratatui", "tui"]
license = "MIT"
[dependencies]
anyhow = "1.0.95"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.23", features = ["derive"] }
ratatui = { version = "0.29.0", features = ["unstable-widget-ref", "serde"] }
tachyonfx = { version = "0.10", features = ["std-duration"] }
tui-widget-list = "0.13"
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] }
ansi-to-tui = "7.0.0"
throbber-widgets-tui = "0.8.0"
uuid = { version = "1.11.0", features = ["v4"] }
arboard = "3.4.1"
tui-event-controller = { version = "0.1.0", git = "https://github.com/preiter93/tui-event-controller.git" }
serde = { version = "1.0" }
tui-theme-builder = { version = "0.1.0", git = "https://github.com/preiter93/tui-theme-builder.git" }
# ratatheme = { version = "0.1.0", git = "https://github.com/preiter93/ratatheme.git", package = "ratatheme" }
# ratatheme = { version = "0.1.0", path = "../ratatheme/ratatheme", package = "ratatheme" }
toml = "0.8"