All checks were successful
continuous-integration/drone/push Build is passing
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.
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.6.0", features = ["full"] }
|
|
tracing-subscriber = "0.2.18"
|