We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1726109 commit 4117a7aCopy full SHA for 4117a7a
1 file changed
cli/Cargo.toml
@@ -2,13 +2,17 @@
2
name = "cortexflow-cli"
3
version = "0.1.0"
4
edition = "2024"
5
+description = "CortexFlow command line interface made to interact with the CortexBrain core components"
6
+authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini"]
7
+documentation = "docs.cortexflow.org"
8
+homepage = "docs.cortexflow.org"
9
+repository = "https://github.com/CortexFlow/CortexBrain"
10
+license = "Apache 2.0"
11
12
[dependencies]
13
clap = { version = "4.5.38", features = ["derive"] }
14
tracing = "0.1.41"
15
-#commented until first release
-
-#[[bin]]
-#name="cfcli"
-#path="src/main.rs"
16
+[[bin]]
17
+name = "cfcli"
18
+path = "src/main.rs"
0 commit comments