lohr: add default and additional remotes

Co-authored-by: Antoine Martin <antoine@alarsyo.net>
This commit is contained in:
Bruno BELANYI 2021-03-29 20:52:04 +02:00 committed by Antoine Martin
parent 7c21d65920
commit 295a28bab4
5 changed files with 121 additions and 19 deletions

View file

@ -14,3 +14,4 @@ log = "0.4.14"
rocket = "0.4.7"
rocket_contrib = { version = "0.4.7", features = [ "json" ] }
serde = { version = "1.0.125", features = [ "derive" ] }
serde_yaml = "0.8.17"