Add retrieval from le monde diplomatique Previously, 404 pages were injected in the document when downloading styles Now, the downloader returns None when documents are not found
27 lines
575 B
TOML
27 lines
575 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"crieur-retrieve",
|
|
"crieur-chatbot",
|
|
]
|
|
|
|
|
|
[package]
|
|
name = "crieur"
|
|
version = "0.1.0"
|
|
authors = ["koalp <koalp@alpaga.dev>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.40"
|
|
crieur-retrieve = {version = "0.1", path="crieur-retrieve"}
|
|
crieur-chatbot = {version = "0.1", path="crieur-chatbot"}
|
|
dotenv = "0.15.0"
|
|
env_logger = "0.8.3"
|
|
log = "0.4.14"
|
|
tokio = { version = "1.5.0", features = ["full"] }
|
|
tracing-subscriber = "0.2.18"
|