Skip to content

Commit aa8f60e

Browse files
committed
feat(chat): /logdump cmd
1 parent 0b64802 commit aa8f60e

File tree

5 files changed

+441
-1
lines changed

5 files changed

+441
-1
lines changed

Cargo.lock

Lines changed: 208 additions & 1 deletion
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
@@ -129,6 +129,7 @@ winnow = "=0.6.2"
129129
winreg = "0.55.0"
130130
schemars = "1.0.4"
131131
jsonschema = "0.30.0"
132+
zip = "2.2.0"
132133

133134
[workspace.lints.rust]
134135
future_incompatible = "warn"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ whoami.workspace = true
122122
winnow.workspace = true
123123
schemars.workspace = true
124124
jsonschema.workspace = true
125+
zip.workspace = true
125126

126127
[target.'cfg(unix)'.dependencies]
127128
nix.workspace = true

0 commit comments

Comments
 (0)