rusty-bubbles 2.1.0

Cleanroom Rust port of charm.land/bubbles/v2: TUI components for Bubble Tea applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rusty-bubbles"
exclude = ["POLICIES.md"]
version = "2.1.0"
edition = "2021"
description = "Cleanroom Rust port of charm.land/bubbles/v2: TUI components for Bubble Tea applications"
license = "MIT"

[dependencies]
rusty-bubbletea = { version = "2.0.8", path = "../rusty-bubbletea" }
rusty-lipgloss = { version = "2.0.5", path = "../rusty-lipgloss" }
rusty-x-ansi = { version = "0.11.7", path = "../rusty-x-ansi" }
unicode-width = "0.2"
sha2 = "0.10"

[dev-dependencies]
regex = "1"