Skip to content

Commit 2835053

Browse files
committed
Update Cargo.toml files by adding package information
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent e244469 commit 2835053

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: builders/Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "serverless-workflow-builders"
3-
version = "0.1.0"
3+
version = "1.0.0-alpha6"
44
edition = "2021"
5+
authors = ["The Serverless Workflow Authors <[email protected]>"]
6+
description = "Contains services used to build ServerlessWorkflow workflow definitions programatically"
7+
homepage = "https://serverlessworkflow.io"
8+
repository = "https://github.com/serverlessworkflow/sdk-rust"
9+
documentation = "https://github.com/serverlessworkflow/sdk-rust"
10+
license = "Apache-2.0"
11+
keywords = ["serverless-workflow", "serverless", "workflow", "dsl", "sdk", "builders", "services"]
12+
categories = ["dsl", "sdk", "builders", "services"]
513

614
[dependencies]
715
serverless_workflow_core = { path = "../core" }

Diff for: core/Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "serverless_workflow_core"
3-
version = "0.1.0"
3+
version = "1.0.0-alpha6"
44
edition = "2021"
5+
authors = ["The Serverless Workflow Authors <[email protected]>"]
6+
description = "Contains Serverless Workflow DSL models"
7+
homepage = "https://serverlessworkflow.io"
8+
repository = "https://github.com/serverlessworkflow/sdk-rust"
9+
documentation = "https://github.com/serverlessworkflow/sdk-rust"
10+
license = "Apache-2.0"
11+
keywords = ["serverless-workflow", "serverless", "workflow", "dsl", "sdk", "models", "core"]
12+
categories = ["dsl", "sdk", "models", "core"]
513

614
[dependencies]
715
serde = "1.0"

0 commit comments

Comments
 (0)