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 d2efa3a commit c10e31eCopy full SHA for c10e31e
Cargo.toml
@@ -6,6 +6,8 @@ description = "High-performance Rust flow processing engine"
6
authors = ["chenquan <chenquan.dev@gmail.com>"]
7
repository = "https://github.com/chenquan/rsflow"
8
homepage = "https://github.com/chenquan/rsflow"
9
+license = "Apache-2.0"
10
+
11
[dependencies]
12
# 异步运行时
13
tokio = { version = "1.28", features = ["full"] }
0 commit comments