mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-24 00:54:26 +00:00
Add missing fields to Cargo.toml
This commit is contained in:
parent
3eab068e04
commit
61a572f9de
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
[package]
|
||||
name = "distributed_arcade"
|
||||
version = "0.2.0"
|
||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||
edition = "2021"
|
||||
description = "Fast and simple scoreboard service for games"
|
||||
repository = "https://github.com/Steffo99/distributed-arcade"
|
||||
license = "AGPL-3.0-or-later"
|
||||
keywords = ["game", "scoreboard", "redis", "axum", "web-api"]
|
||||
categories = ["games"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
redis = { version = "0.22.1", features=["r2d2", "ahash", "cluster", "tokio-comp", "connection-manager"] }
|
||||
|
|
Loading…
Reference in a new issue