Skip to content
28 changes: 19 additions & 9 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 @@ -144,6 +144,7 @@ futures-channel = "0.3.32"
aligned-vec = "0.6.4"
temp-env = "0.3.6"
strum = { version = "0.28", features = ["derive"] }
unsend = { version = "0.2.1", default-features = false }
husky-rs = "0.3.2"
async-channel = "2.5.0"

Expand Down
3 changes: 2 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ dhat = { workspace = true, optional = true }
color-eyre.workspace = true
cow-utils.workspace = true
futures-concurrency.workspace = true
futures-lite.workspace = true
smol.workspace = true
unsend = { workspace = true, features = ["alloc"] }
async-channel.workspace = true
rustls.workspace = true

Expand Down
Loading
Loading