summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-01-11 21:29:11 +0100
committerDennis Kobert <dennis@kobert.dev>2020-01-11 21:29:11 +0100
commitc963136144598e242f325b64fcf194c978321904 (patch)
tree2eaccd4a8e22f49d522d98af072217042d50c9b8 /Cargo.toml
parentc36035c0667fdd224da914b50c30a9366e1a5c38 (diff)
Do some early cpu pruning
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0527fc..0813fa4 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ num = "0.2"
rayon = "1.3"
permutohedron = "0.2"
permutation_way = { git = "https://github.com/corentinway/permutation_way_rs" }
+sys-info = "0.5.8"
ocl = { version = "0.19", optional = false}