Skip to content

Commit 7aa6b6b

Browse files
committed
feat: configured package informations
1 parent 21fda34 commit 7aa6b6b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

code0-flow/Cargo.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
[package]
2+
version = "0.0.0"
23
name = "code0-flow"
3-
version = "0.1.0"
44
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"
59

610
[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

Comments
 (0)