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

29 lines
537 B
TOML

[package]
name = "torrents-csv-service"
version = "0.1.0"
authors = ["Heretic <tylerjobsearch06@gmx.com>"]
edition = "2018"
[dependencies]
actix-web = "4.2.1"
actix-files = "0.6.2"
env_logger = "0.9.1"
serde = "1.0.147"
serde_json = "1.0.87"
serde_derive = "1.0.147"
anyhow = "1.0.66"
r2d2 = "0.8.10"
r2d2_sqlite = "0.21.0"
[dependencies.rusqlite]
version = "0.28.0"
features = ["bundled"]
[dev-dependencies.cargo-husky]
version = "1.5.0"
default-features = false
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-clippy"]