mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
cache rust build dependencies in dockerfile
This commit is contained in:
parent
5440386969
commit
c6c5ae1496
9 changed files with 61 additions and 78 deletions
|
|
@ -4,4 +4,10 @@ members = [
|
|||
"./services/api"
|
||||
]
|
||||
|
||||
# todo: add workspace dependencies here
|
||||
[workspace.dependencies]
|
||||
anyhow = "1"
|
||||
fred = { version = "5.2.0", default-features = false, features = ["tracing", "pool-prefer-active"] }
|
||||
lazy_static = "1.4.0"
|
||||
serde = "1.0.152"
|
||||
tokio = { version = "1.25.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue