mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
feat(gateway): split off cache into separate package, rename package to 'gateway'
This commit is contained in:
parent
433603feaa
commit
abb01aaf2c
12 changed files with 1733 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "pluralkit"
|
||||
name = "gateway"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -31,3 +31,5 @@ postgres-types = { version = "0.2", features = ["derive"] }
|
|||
tokio-postgres = { version = "0.7", features = ["with-serde_json-1", "with-uuid-0_8"] }
|
||||
|
||||
redis = { version = "0.21.5", features = ["aio", "tokio-comp"] }
|
||||
|
||||
myriad = { path = "../myriad_rs" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue