Skip to content

Commit

Permalink
Merge pull request #65 from bastion-rs/windows-dependencies
Browse files Browse the repository at this point in the history
Include windows deps
  • Loading branch information
vertexclique authored Nov 6, 2019
2 parents 2a84f50 + c05b250 commit c0e1f27
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 c0e1f27

Please sign in to comment.