[dependencies.log]
version = "0.4.17"
[dependencies.mysql]
optional = true
version = "24.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.157"
[features]
database = ["dep:mysql"]
[package]
authors = ["Philip Barlow"]
description = "Library that provides a database connection for the scoreboard for an in house code challenge server"
edition = "2021"
homepage = "https://github.com/bitbrain-za/scoreboard-db-rs"
license = "MIT"
name = "scoreboard_db"
readme = "README.md"
repository = "https://github.com/bitbrain-za/scoreboard-db-rs"
version = "0.2.1"