chore: add sunbeam registry annotations for crate publishing
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -38,14 +38,14 @@ redis = { version = "0.27", features = ["tokio-comp", "connection-manager"] }
|
||||
opensearch = "2"
|
||||
|
||||
# Internal crates
|
||||
wfe-core = { version = "1.4.0", path = "wfe-core" }
|
||||
wfe-sqlite = { version = "1.4.0", path = "wfe-sqlite" }
|
||||
wfe-postgres = { version = "1.4.0", path = "wfe-postgres" }
|
||||
wfe-opensearch = { version = "1.4.0", path = "wfe-opensearch" }
|
||||
wfe-valkey = { version = "1.4.0", path = "wfe-valkey" }
|
||||
wfe-yaml = { version = "1.4.0", path = "wfe-yaml" }
|
||||
wfe-buildkit = { version = "1.4.0", path = "wfe-buildkit" }
|
||||
wfe-containerd = { version = "1.4.0", path = "wfe-containerd" }
|
||||
wfe-core = { version = "1.4.0", path = "wfe-core", registry = "sunbeam" }
|
||||
wfe-sqlite = { version = "1.4.0", path = "wfe-sqlite", registry = "sunbeam" }
|
||||
wfe-postgres = { version = "1.4.0", path = "wfe-postgres", registry = "sunbeam" }
|
||||
wfe-opensearch = { version = "1.4.0", path = "wfe-opensearch", registry = "sunbeam" }
|
||||
wfe-valkey = { version = "1.4.0", path = "wfe-valkey", registry = "sunbeam" }
|
||||
wfe-yaml = { version = "1.4.0", path = "wfe-yaml", registry = "sunbeam" }
|
||||
wfe-buildkit = { version = "1.4.0", path = "wfe-buildkit", registry = "sunbeam" }
|
||||
wfe-containerd = { version = "1.4.0", path = "wfe-containerd", registry = "sunbeam" }
|
||||
|
||||
# YAML
|
||||
serde_yaml = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user