We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cc9b1 commit 305d39eCopy full SHA for 305d39e
1 file changed
Cargo.toml
@@ -2,6 +2,13 @@
2
name = "cano"
3
version = "0.1.0"
4
edition = "2024"
5
+description = "Simple & Fast Async Workflows in Rust - Build powerful data processing pipelines with minimal code"
6
+license = "MIT"
7
+repository = "https://github.com/nassor/cano"
8
+readme = "README.md"
9
+keywords = ["async", "workflow", "pipeline", "data-processing", "tokio"]
10
+categories = ["asynchronous", "data-structures", "concurrency"]
11
+authors = ["Nassor Frazier-Silva"]
12
13
[dependencies]
14
async-trait = "0.1"
0 commit comments