[workspace] members = [ "crieur-retrieve", "crieur-chatbot", ] [package] name = "crieur" version = "0.1.0" authors = ["koalp "] 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"