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

30 lines
570 B
TOML

[package]
name = "torrents-csv-service"
version = "0.1.0"
authors = ["Dessalines <happydooby@gmail.com>"]
edition = "2018"
[dependencies]
actix-web = "3.1"
actix-files = "0.4"
env_logger = "0.8"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
futures = "0.3"
failure = "0.1"
r2d2 = "0.8"
r2d2_sqlite = "0.17"
[dependencies.rusqlite]
version = "0.24"
features = ["bundled"]
[dev-dependencies.cargo-husky]
version = "1"
default-features = false # Disable features which are enabled by default
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-clippy"]