feat(gateway): split off cache into separate package, rename package to 'gateway'

This commit is contained in:
spiral
2022-05-10 07:04:33 -04:00
parent 433603feaa
commit abb01aaf2c
12 changed files with 1733 additions and 33 deletions

View File

@@ -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" }