Skip to content

Commit 94e146f

Browse files
committed
Change keywords flow-based-programming to fbp
Signed-off-by: Quanyi Ma <[email protected]>
1 parent b1db8d1 commit 94e146f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
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."
1212
readme = "README.md"
1313
repository = "https://github.com/dagrs-dev/dagrs"
14-
keywords = ["DAG", "task", "async", "fbp", "flow-based-programming"]
14+
keywords = ["DAG", "task", "async", "fbp", "tokio"]
1515

1616
[workspace]
1717
members = [".", "dagrs-derive"]

dagrs-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
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."
1212
readme = "README.md"
1313
repository = "https://github.com/dagrs-dev/dagrs"
14-
keywords = ["DAG", "task", "async", "fbp", "flow-based-programming"]
14+
keywords = ["DAG", "task", "async", "fbp", "tokio"]
1515

1616
[dependencies]
1717
syn = { version = "2.0", features = ["full"] }

0 commit comments

Comments
 (0)