You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrents-csv-server/Cargo.toml

24 lines
434 B
TOML

[package]
name = "torrents-csv-service"
version = "0.1.0"
authors = ["Heretic <tylerjobsearch06@gmx.com>"]
edition = "2018"
[dependencies]
actix-web = "4.3.0"
actix-files = "0.6.2"
env_logger = "0.10.0"
serde = "1.0.152"
serde_json = "1.0.91"
serde_derive = "1.0.152"
anyhow = "1.0.68"
tokio-rusqlite = "0.3.0"
tokio = { version = "1.25.0", features = ["full"] }
[dependencies.rusqlite]
version = "0.28.0"
features = ["bundled"]