view Cargo.toml @ 3:ca6c273aeb4f

Implement templating
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 09 Jul 2022 09:32:13 -0700
parents 93ea889e6009
children 7e94d639963c
line wrap: on
line source

[package]
name = "analyrics"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.58"
env_logger = "0.9.0"
log = "0.4.17"
rocket = { version = "0.5.0-rc.2", features = ["secrets"] }
rocket_db_pools = { version = "0.1.0-rc.2", features = ["sqlx_sqlite"] }
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["handlebars"] }
sha256 = "1.0.3"
tokio = { version = "1.19.2", features = ["fs"] }