Skip to content

Commit ed30c5b

Browse files
committed
Add OSVM self-repair system and enhanced RPC management with diagnostics, monitoring, and auto-repair capabilities
1 parent 5baa3ce commit ed30c5b

22 files changed

+9697
-524
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ tabular = "0.2.0"
2525
prettytable-rs = "0.10.0"
2626
ratatui = "0.29.0"
2727
crossterm = "0.29.0"
28-
chrono = "0.4.41"
2928
tui-logger = "0.17.3"
3029
anyhow = "1.0.98"
3130
futures = "0.3.31"
@@ -34,6 +33,9 @@ colored = "3.0.0"
3433
url = "2.5.4"
3534
serde_json = "1.0.140"
3635
dirs = "6.0.0"
36+
chrono = { version = "0.4.41", features = ["serde"] }
37+
md5 = "0.7.0"
38+
regex = "1.10.0"
3739

3840

3941
[dev-dependencies]

0 commit comments

Comments
 (0)