risp/Cargo.toml
philipp 15e0e485c4
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m17s
add config for law texts, fixes #3
2024-02-06 10:17:14 +01:00

22 lines
438 B
TOML

[package]
name = "risp"
version = "0.1.0"
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"
roxmltree = "0.18"
env_logger = "0.10"
log = "0.4"
tqdm = "0.6"
toml = "0.5"
[dev-dependencies]
pretty_assertions = "1.4"