view Cargo.toml @ 2:93ea889e6009

Add logging and make login check password
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 09 Jul 2022 08:44:23 -0700
parents 3f4f2ba2da92
children ca6c273aeb4f
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]
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"] }
sha256 = "1.0.3"
tokio = { version = "1.19.2", features = ["fs"] }