feat(gateway): split off cache into separate package, rename package to 'gateway'
This commit is contained in:
@@ -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" }
|
||||
Reference in New Issue
Block a user