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 21fda34 commit 7aa6b6bCopy full SHA for 7aa6b6b
code0-flow/Cargo.toml
@@ -1,6 +1,18 @@
1
[package]
2
+version = "0.0.0"
3
name = "code0-flow"
-version = "0.1.0"
4
edition = "2021"
5
+description = "Crate for managing the code0-flows inside of the Flow Queue & FlowStore"
6
+repository = "https://github.com/code0-tech/code0-flow"
7
+homepage = "https://code0.tech"
8
+license = "Apache-2.0"
9
10
[dependencies]
11
+
12
+[lib]
13
+doctest = true
14
15
+[features]
16
+flow_queue = []
17
+flow_store = []
18
+all = ["flow_queue", "flow_store"]
0 commit comments