Files
Ingest/Cargo.toml
Ethan Girouard 41becd8b7a
All checks were successful
Push Workflows / docs (push) Successful in 51s
Push Workflows / build (push) Successful in 1m4s
Push Workflows / test (push) Successful in 1m3s
Push Workflows / docker-build (push) Successful in 2m50s
Use reqwest_api version of libretunes
2025-05-06 04:43:53 +00:00

10 lines
275 B
TOML

[package]
name = "ingest"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenvy = "0.15.7"
libretunes = { git = "https://git.libretunes.xyz/LibreTunes/LibreTunes.git", default-features = false, features = ["reqwest_api"] }
tokio = { version = "1", features = ["full"] }