add config for law texts, fixes #3
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m17s

This commit is contained in:
2024-02-06 10:17:14 +01:00
parent 54a8c7a0fe
commit 15e0e485c4
9 changed files with 185 additions and 23 deletions

10
Cargo.lock generated
View File

@ -396,6 +396,7 @@ dependencies = [
"serde",
"serde_json",
"time",
"toml",
"tqdm",
"ureq",
]
@ -603,6 +604,15 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "tqdm"
version = "0.6.0"