Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workspace_path and JSON pointer command template parameters. #53

Merged
merged 11 commits into from
Dec 2, 2024
107 changes: 56 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ memchr = "2.7.4"
nix = { version = "0.29.0", features = ["signal"] }
path-absolutize = "3.1.1"
postcard = { version = "1.0.10", default-features = false, features = ["use-std"] }
regex = "1.11.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
shell-quote = { version = "0.7.1", default-features = false, features = ["bash"] }
signal-hook = { version = "0.3.17", default-features = false }
speedate = "0.14.4"
thiserror = "1.0.66"
Expand Down
2 changes: 0 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,3 @@ status may take a long time, so it should display a progress bar.
- **whole group**: A **submission group** that is identical to the **group** found
without applying the additional submission filters.
- **workspace**: The location on the file system that contains **directories**.

# TODO: logo
Loading
Loading