Start paring ris law overview

This commit is contained in:
2023-11-03 22:40:19 +01:00
parent 1aa664b536
commit 23e2de9d42
6 changed files with 584 additions and 2 deletions

View File

@@ -6,3 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ureq = "2.8"
time = { version = "0.3", features = [ "formatting" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"