This commit is contained in:
2021-02-08 17:49:40 +11:00
parent 151d9ba04c
commit 15d9bb216a
8 changed files with 290 additions and 2 deletions

View File

@@ -7,3 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.38"
chinese_remainder = { path = "../chinese_remainder/" }
thiserror = "1.0.23"