mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-06 03:06:04 +00:00
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
687 B
TOML
30 lines
687 B
TOML
[package]
|
|
name = "revolt-presence"
|
|
version = "0.13.7"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
authors = ["Paul Makles <me@insrt.uk>"]
|
|
description = "Revolt Backend: User Presence"
|
|
repository = "https://github.com/stoatchat/stoatchat"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
redis-is-patched = []
|
|
|
|
[dev-dependencies]
|
|
# Async
|
|
async-std = { workspace = true, features = ["attributes"] }
|
|
|
|
# Config for loading Redis URI
|
|
revolt-config = { workspace = true }
|
|
|
|
[dependencies]
|
|
# Utility
|
|
log = { workspace = true }
|
|
rand = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
|
|
# Redis
|
|
redis-kiss = { workspace = true }
|