summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b5332faf9aa7584e9abb439eb7da32c8540d3a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "babel"
version = "0.1.0"
authors = ["Dennis Kobert <dennis@kobert.dev>",
           "Jan Zwerschke"]
edition = "2018"


[dependencies]
num = "0.2"
permutohedron = "0.2"