expanded key storage api

This commit is contained in:
TotallyNot 2023-01-26 19:32:47 +01:00
parent 9ae436c694
commit 3e5a9e8e0b
5 changed files with 98 additions and 35 deletions

View file

@ -1,14 +1,13 @@
[package]
name = "torn-key-pool"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"
repository = "https://github.com/TotallyNot/torn-api.rs.git"
homepage = "https://github.com/TotallyNot/torn-api.rs.git"
description = "A generalised API key pool for torn-api"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = [ "postgres", "tokio-runtime" ]
postgres = [ "dep:sqlx", "dep:chrono", "dep:indoc", "dep:serde" ]