Skip to content

Commit

Permalink
Reduce keywords to five
Browse files Browse the repository at this point in the history
Signed-off-by: Quanyi Ma <[email protected]>
  • Loading branch information
genedna committed Dec 24, 2024
1 parent 109a0be commit b1db8d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
12 changes: 2 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,17 @@ 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",
"parallel",
"concurrent",
"tokio",
"flow-based-programming",
]
keywords = ["DAG", "task", "async", "fbp", "flow-based-programming"]

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

[dependencies]
dagrs-derive = { path = "dagrs-derive", optional = true, version = "0.4.2" }
tokio = { version = "1.28", features = ["rt", "sync", "rt-multi-thread"] }
log = "0.4"
env_logger = "0.10.1"
async-trait = "0.1.83"
dagrs-derive = { path = "dagrs-derive", optional = true, version = "0.4.0" }
proc-macro2 = "1.0"
futures = "0.3.31"

Expand Down
10 changes: 1 addition & 9 deletions dagrs-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +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",
"parallel",
"concurrent",
"tokio",
"flow-based-programming",
]
keywords = ["DAG", "task", "async", "fbp", "flow-based-programming"]

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

0 comments on commit b1db8d1

Please sign in to comment.