26 lines
428 B
TOML
26 lines
428 B
TOML
[package]
|
|
name = "torrents-csv-service"
|
|
version = "0.1.0"
|
|
authors = ["Dessalines <happydooby@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-rt = "1.1.1"
|
|
actix-web = "2.0.0"
|
|
actix-files = "0.2.2"
|
|
env_logger = "0.7.1"
|
|
|
|
serde = "1.0.111"
|
|
serde_json = "1.0.53"
|
|
serde_derive = "1.0.111"
|
|
|
|
futures = "0.3.5"
|
|
failure = "0.1.8"
|
|
|
|
r2d2 = "0.8"
|
|
r2d2_sqlite = "0.16.0"
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.23.1"
|
|
features = ["bundled"]
|