Skip to content
4 changes: 3 additions & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/ironposh-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ futures = { version = "0.3.31", default-features = false, features = [
] }
futures-timer = { version = "3.0.3", default-features = false }
ironposh-client-core = { version = "0.1.0", path = "../ironposh-client-core" }
ironposh-psrp = { version = "0.1.0", path = "../ironposh-psrp" }
tracing = "0.1"
uuid = "1.0"

Expand All @@ -25,6 +26,9 @@ web-sys = { version = "0.3.81", features = ["console"], optional = true }
base64 = "0.22.1"
ironposh-client-core = { path = "../ironposh-client-core", features = ["test-helpers"] }
ironposh-psrp = { path = "../ironposh-psrp" }
ironposh-test-support = { path = "../ironposh-test-support" }
futures = { version = "0.3.31", features = ["executor"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[features]
default = []
Expand Down
Loading