sponsorblock-mirror/Cargo.toml

21 lines
726 B
TOML
Raw Normal View History

2022-10-22 17:58:40 +05:30
[package]
edition = "2021"
name = "sponsorblock-mirror"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = {version = "2.0.2", features = ["postgres"]}
diesel_logger = "0.2.0"
diesel_migrations = "2.0.0"
lazy_static = "1.4.0"
2022-11-04 08:12:20 +05:30
num_cpus = "1.14.0"
2022-11-06 01:00:52 +05:30
regex = "1.7.0"
2022-10-22 17:58:40 +05:30
reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"]}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
2022-10-24 01:57:59 +05:30
serde = {version = "1.0.147", features = ["derive"]}
2022-10-24 02:11:02 +05:30
serde_json = "1.0.87"
2022-10-22 17:58:40 +05:30
tokio = {version = "1", features = ["full"]}