summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2019-12-22 04:39:00 +0100
committerDennis Kobert <dennis@kobert.dev>2019-12-22 04:39:00 +0100
commitc22cbdc401d067cd6cc55c5194255ccc8bd3c71b (patch)
tree4a337acf4c1a97f73eb3d93a8a7c7277f119b22b /Cargo.toml
parent5655ebbfa23438a8971bdbc9195e83b7ab03f8af (diff)
Implement brute force solver
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d312e3..b5332fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
num = "0.2"
+permutohedron = "0.2"