Skip to content

Commit bbdb2df

Browse files
authored
Merge branch 'develop' into cursor/add-support-for-firedancer-and-sig-11b7
2 parents 9b86647 + ed30c5b commit bbdb2df

22 files changed

+9700
-407
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)