crieur/Cargo.toml
koalp e34edf0b21
All checks were successful
continuous-integration/drone/push Build is passing
fix: keep media queries in ref styles
Previously, media queries weren't keep when downloading styles from ref
tags.

It have been fixed so that media attribute are kept when creating style
tags from ref tags.
2021-05-22 04:41:08 +02:00

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.6.0", features = ["full"] }
tracing-subscriber = "0.2.18"