Skip to content

Commit 2d149cb

Browse files
Implement "josh link" feature
1 parent 453c737 commit 2d149cb

File tree

15 files changed

+2985
-371
lines changed

15 files changed

+2985
-371
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ log = "0.4.28"
2828
futures = "0.3.31"
2929
gix = { version = "0.73.0", default-features = false }
3030
gix-hash = "0.19.0"
31+
gix-object = "0.50.2"
32+
gix-config = "0.47.1"
33+
gix-submodule = "0.21.0"
3134
hyper-reverse-proxy = { path = "hyper-reverse-proxy", version = "0.0.1" }
3235
libc = "0.2.177"
3336
regex = "1.12.2"

josh-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ clap = { workspace = true }
2222
rs_tracing = { workspace = true }
2323
juniper = { workspace = true }
2424
git2 = { workspace = true }
25+
toml = { workspace = true }

0 commit comments

Comments
 (0)