Skip to content

Commit

Permalink
feat: initial cross-platform shebang support (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 27, 2024
1 parent 250c0b7 commit 750e562
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 63 deletions.
21 changes: 21 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tokio-util = { version = "0.7.10", optional = true }
os_pipe = { version = "1.1.4", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
monch = "0.5.0"
thiserror = "1.0.58"

[dev-dependencies]
parking_lot = "0.12.1"
Expand Down
Loading

0 comments on commit 750e562

Please sign in to comment.