Skip to content

Commit

Permalink
Include windows deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Nov 6, 2019
1 parent 2a84f50 commit c05b250
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bastion-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ lightproc = { version = "=0.3.3-alpha.0", "path" = "../lightproc" }
numanji = { version = "^0.1", optional = true, default-features = false }
allocator-suite = { version = "^0.1", optional = true, default-features = false }

[dev-dependencies]
proptest = "^0.9"

[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies]
jemallocator = { version = "^0.3", optional = true, default-features = false }

[target.'cfg(target_os = "windows")'.dependencies]
winapi = "^0.2.8"
kernel32-sys = "^0.2.2"

[dev-dependencies]
proptest = "^0.9"

0 comments on commit c05b250

Please sign in to comment.