This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
bingservice/Cargo.toml

17 lines
496 B
TOML
Raw Normal View History

[package]
name = "bingservice"
version = "0.1.0"
edition = "2021"
[dependencies]
asklyphe-common = { git = "https://forge.voremicrocomputers.com/asklyphe-public/asklyphe-common.git", branch = "main" }
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
isahc = { version = "1.7.2", features = ["json"] }
async-nats = "0.38.0"
once_cell = "1.18.0"
log = "0.4.20"
env_logger = "0.10.2"
url_encoded_data = "0.6.1"
chrono = "0.4.38"
scraper = "0.20.0"