Skip to content

Commit f7c3a47

Browse files
Implement "josh link" feature
1 parent 8002111 commit f7c3a47

File tree

14 files changed

+2863
-404
lines changed

14 files changed

+2863
-404
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ env_logger = "0.11.5"
2727
log = "0.4.28"
2828
futures = "0.3.31"
2929
gix = { version = "0.73.0", default-features = false }
30-
gix-hash = "0.20.1"
30+
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)