Skip to content

Commit

Permalink
Change keywords flow-based-programming to fbp
Browse files Browse the repository at this point in the history
Signed-off-by: Quanyi Ma <eli@patch.sh>
  • Loading branch information
genedna committed Dec 24, 2024
1 parent b1db8d1 commit 94e146f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
description = "Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface."
readme = "README.md"
repository = "https://github.com/dagrs-dev/dagrs"
keywords = ["DAG", "task", "async", "fbp", "flow-based-programming"]
keywords = ["DAG", "task", "async", "fbp", "tokio"]

[workspace]
members = [".", "dagrs-derive"]
Expand Down
2 changes: 1 addition & 1 deletion dagrs-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
description = "Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface."
readme = "README.md"
repository = "https://github.com/dagrs-dev/dagrs"
keywords = ["DAG", "task", "async", "fbp", "flow-based-programming"]
keywords = ["DAG", "task", "async", "fbp", "tokio"]

[dependencies]
syn = { version = "2.0", features = ["full"] }
Expand Down

0 comments on commit 94e146f

Please sign in to comment.