Skip to content

Commit 2d26d0a

Browse files
author
Olivier D'Ancona
committed
removed unused jwalk
1 parent b750421 commit 2d26d0a

3 files changed

Lines changed: 0 additions & 65 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0.114"
2323
toml = "0.9.7"
2424
handlebars = "6.3.2"
25-
jwalk = "0.8"
2625
termtree = "0.5"
2726
tiktoken-rs = "0.9.1"
2827
ignore = "0.4.25"
@@ -50,7 +49,6 @@ ratatui = "0.29.0"
5049
unicode-width = "0.2.0"
5150
tokio = { version = "1.40.0", features = ["full"] }
5251
tui-tree-widget = "0.23.0"
53-
atty = "0.2.14"
5452
walkdir = "2.4.0"
5553
chrono = { version = "0.4", features = ["serde"] }
5654
dirs = "6.0.0"

crates/code2prompt-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ serde = { workspace = true }
3030
serde_json = { workspace = true }
3131
toml = { workspace = true }
3232
handlebars = { workspace = true }
33-
jwalk = { workspace = true }
3433
termtree = { workspace = true }
3534
tiktoken-rs = { workspace = true }
3635
ignore = { workspace = true }

0 commit comments

Comments
 (0)