|
|
|
@ -15,7 +15,10 @@ edition = "2018"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
euclid = "0.20.11"
|
|
|
|
|
|
|
|
thiserror = "1.0"
|
|
|
|
thiserror = "1.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.euclid]
|
|
|
|
|
|
|
|
git = "https://github.com/servo/euclid.git"
|
|
|
|
|
|
|
|
rev = "1a8b95d46fa33978f7a6dcbb7a4c0f2a0550a1c9"
|
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
[dev-dependencies]
|
|
|
|
|