mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +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
16
myriad_rs/Cargo.toml
Normal file
16
myriad_rs/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "myriad"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
|
||||
prost = "0.10.3"
|
||||
twilight-gateway = "0.10.0"
|
||||
redis = { version = "0.21.5", features = ["aio", "tokio-comp"] }
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.10.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue