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 = "processor-messages"
|
||||
name = "serai-processor-messages"
|
||||
version = "0.1.0"
|
||||
description = "Messages sent and received by the processor"
|
||||
license = "AGPL-3.0-only"
|
||||
@@ -22,6 +22,6 @@ bincode = "1"
|
||||
dkg = { path = "../../crypto/dkg", features = ["serde"] }
|
||||
|
||||
serai-primitives = { path = "../../substrate/primitives" }
|
||||
in-instructions-primitives = { path = "../../substrate/in-instructions/primitives" }
|
||||
tokens-primitives = { path = "../../substrate/tokens/primitives" }
|
||||
validator-sets-primitives = { path = "../../substrate/validator-sets/primitives" }
|
||||
serai-in-instructions-primitives = { path = "../../substrate/in-instructions/primitives" }
|
||||
serai-tokens-primitives = { path = "../../substrate/tokens/primitives" }
|
||||
serai-validator-sets-primitives = { path = "../../substrate/validator-sets/primitives" }
|
||||
|
||||
Reference in New Issue
Block a user