|
1 | 1 | [package]
|
2 | 2 | name = "tui-big-text"
|
3 | 3 | version = "0.4.5"
|
4 |
| -edition = "2021" |
5 |
| -description = "A simple Ratatui widget for displaying big text using the font8x8 crate in a TUI (Terminal UI)." |
6 |
| -license = "MIT OR Apache-2.0" |
7 |
| -repository = "https://github.com/joshka/tui-big-text" |
| 4 | +description = "A Ratatui widget for displaying big text in the terminal" |
8 | 5 | documentation = "https://docs.rs/tui-big-text"
|
9 |
| -authors = ["Joshka"] |
10 |
| -categories = ["command-line-interface", "gui"] |
11 |
| -keywords = ["cli", "console", "ratatui", "terminal", "tui"] |
12 |
| -rust-version = "1.74.0" |
| 6 | + |
| 7 | +authors.workspace = true |
| 8 | +categories.workspace = true |
| 9 | +edition.workspace = true |
| 10 | +keywords.workspace = true |
| 11 | +license.workspace = true |
| 12 | +repository.workspace = true |
| 13 | +rust-version.workspace = true |
13 | 14 |
|
14 | 15 | [dependencies]
|
15 |
| -derive_builder = "0.20.0" |
| 16 | +derive_builder.workspace = true |
16 | 17 | font8x8 = "0.3.1"
|
17 |
| -itertools = "0.13.0" |
18 |
| -ratatui = "0.27.0" |
| 18 | +itertools.workspace = true |
| 19 | +ratatui.workspace = true |
19 | 20 |
|
20 | 21 | [dev-dependencies]
|
21 |
| -anyhow = "1.0.44" |
22 |
| -crossterm = { version = "0.27.0", features = ["event-stream"] } |
23 |
| -futures = "0.3" |
24 |
| -indoc = "2.0.3" |
25 |
| -strum = { version = "0.26.1", features = ["derive"] } |
26 |
| -tokio = { version = "1.16", features = ["full"] } |
| 22 | +anyhow.workspace = true |
| 23 | +crossterm = { workspace = true, features = ["event-stream"] } |
| 24 | +futures.workspace = true |
| 25 | +indoc.workspace = true |
| 26 | +strum.workspace = true |
| 27 | +tokio = { workspace = true, features = ["full"] } |
0 commit comments