Skip to content

Commit 88320f5

Browse files
committed
add nix dependency
1 parent 43ca000 commit 88320f5

File tree

2 files changed

+79
-23
lines changed

2 files changed

+79
-23
lines changed

Cargo.lock

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

image/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ image.workspace = true
1515
[target.'cfg(not(windows))'.dependencies]
1616
color_quant = "1.1.0"
1717
base64 = "0.22.1"
18+
nix = { version = "0.30.1", features = ["poll", "term"] }
1819
libc = "0.2.177"

0 commit comments

Comments
 (0)