From 7ae9df957afb71782365c739b4df78c1670fe3d9 Mon Sep 17 00:00:00 2001 From: bbaldino Date: Fri, 11 Oct 2024 16:03:47 -0700 Subject: [PATCH] add description/license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 12f83e8..6178245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "data-pipeline-rs" version = "0.1.0" edition = "2021" +description = "Data processing pipelines" +license = "Apache-2.0/MIT" [dependencies] tokio = { version = "1.40.0", features = ["full"] }