27 lines
750 B
TOML
27 lines
750 B
TOML
[package]
|
|
name = "breadarrd"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
breadarr-shared.workspace = true
|
|
tokio.workspace = true
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
axum.workspace = true
|
|
serde.workspace = true
|
|
reqwest.workspace = true
|
|
rusqlite.workspace = true
|
|
quick-xml.workspace = true
|
|
async-trait.workspace = true
|
|
regex.workspace = true
|
|
serde_json.workspace = true
|
|
ort.workspace = true
|
|
tokenizers.workspace = true
|
|
# TODO(owner): switch to tag-pinned git dependency once bread-onnx is merged and tagged, matching the bread-theme pattern
|
|
bread-onnx = { path = "../../bread-ecosystem/bread-onnx" }
|
|
scraper.workspace = true
|
|
chrono.workspace = true
|
|
fastrand.workspace = true
|
|
nix.workspace = true
|