mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Use serai- prefixes on Serai-specific packages
Fixes deny.toml, also runs a minor cargo update shrinking the tree.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "coordinator"
|
||||
name = "serai-coordinator"
|
||||
version = "0.1.0"
|
||||
description = "Serai coordinator to prepare batches and sign transactions"
|
||||
license = "AGPL-3.0-only"
|
||||
@@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/serai-dex/substrate", defaul
|
||||
|
||||
serai-db = { path = "../common/db" }
|
||||
|
||||
processor-messages = { package = "processor-messages", path = "../processor/messages" }
|
||||
processor-messages = { package = "serai-processor-messages", path = "../processor/messages" }
|
||||
tributary = { package = "tributary-chain", path = "./tributary" }
|
||||
|
||||
serai-client = { path = "../substrate/client", features = ["serai"] }
|
||||
|
||||
Reference in New Issue
Block a user