Reintroduce the versioning functions

This commit is contained in:
Kerollmops
2022-10-25 15:06:28 +02:00
committed by Clément Renault
parent 89e127e4f4
commit 4cafc63561
8 changed files with 83 additions and 8 deletions

View File

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
actix-web = { version = "4.2.1", default-features = false }
anyhow = "1.0.65"
csv = "1.1.6"
either = { version = "1.6.1", features = ["serde"] }
enum-iterator = "1.1.3"