Skip to content

Commit 1a7e31e

Browse files
committed
tui graph
1 parent e1f4a05 commit 1a7e31e

File tree

7 files changed

+971
-3
lines changed

7 files changed

+971
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ ab_glyph = "0.2"
107107
# Terminal emulation for capturing alternate screen buffer
108108
vt100 = "0.15"
109109
tui-nodes = "0.9.0"
110+
rusqlite = { version = "0.37.0", features = ["bundled"] }
110111

111112
[target.'cfg(unix)'.dependencies]
112113
libc = "0.2"

0 commit comments

Comments
 (0)