We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a53099 commit 7ae9df9Copy full SHA for 7ae9df9
Cargo.toml
@@ -2,6 +2,8 @@
2
name = "data-pipeline-rs"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Data processing pipelines"
6
+license = "Apache-2.0/MIT"
7
8
[dependencies]
9
tokio = { version = "1.40.0", features = ["full"] }
0 commit comments