Skip to content

Commit 305d39e

Browse files
committed
Add package metadata for crates.io publishing
1 parent a6cc9b1 commit 305d39e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "cano"
33
version = "0.1.0"
44
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"]
512

613
[dependencies]
714
async-trait = "0.1"

0 commit comments

Comments
 (0)