chore: bump version to 1.0.0 and add repository metadata
This commit is contained in:
@@ -3,9 +3,11 @@ members = ["wfe-core", "wfe-sqlite", "wfe-postgres", "wfe-opensearch", "wfe-valk
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
repository = "https://src.sunbeam.pt/studio/wfe"
|
||||
homepage = "https://src.sunbeam.pt/studio/wfe"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Core
|
||||
|
||||
@@ -3,6 +3,8 @@ name = "wfe-core"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "Core traits, models, builder, and executor for the WFE workflow engine"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -3,6 +3,8 @@ name = "wfe-opensearch"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "OpenSearch index provider for WFE"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,6 +3,8 @@ name = "wfe-postgres"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "PostgreSQL persistence provider for WFE"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,6 +3,8 @@ name = "wfe-sqlite"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "SQLite persistence provider for WFE"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,6 +3,8 @@ name = "wfe-valkey"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "Valkey/Redis provider for distributed locking, queues, and lifecycle events in WFE"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,6 +3,8 @@ name = "wfe"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "WFE workflow engine - umbrella crate"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user