Skip to content

Commit 45e868a

Browse files
authored
🔀 Merge pull request #13 from scnplt/dev
feat: Tab View and Management Features
2 parents c715587 + d38e493 commit 45e868a

22 files changed

+2177
-822
lines changed

Cargo.lock

Lines changed: 204 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[package]
22
name = "crabd"
3-
version = "0.1.0-beta.3"
3+
version = "0.2.0-beta.1"
44
authors = ["Sertan Canpolat <58915038+scnplt@users.noreply.github.com>"]
55
license = "Apache-2.0"
66
edition = "2024"
77

88
[dependencies]
99
bollard = "0.18.1"
10-
crossterm = "0.28.1"
10+
color-eyre = "0.6.5"
11+
crossterm = { version = "0.28.1", features = ["event-stream"] }
12+
futures = "0.3.31"
1113
ratatui = "0.29.0"
14+
regex = "1.11.1"
15+
strum = "0.27.1"
16+
strum_macros = "0.27.1"
1217
tokio = {version = "1.44.2", features = ["full"]}

0 commit comments

Comments
 (0)