Skip to content

Commit 4117a7a

Browse files
[#77]: added CLI info in cargo.toml file
1 parent 1726109 commit 4117a7a

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

cli/Cargo.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
name = "cortexflow-cli"
33
version = "0.1.0"
44
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"
511

612
[dependencies]
713
clap = { version = "4.5.38", features = ["derive"] }
814
tracing = "0.1.41"
915

10-
#commented until first release
11-
12-
#[[bin]]
13-
#name="cfcli"
14-
#path="src/main.rs"
16+
[[bin]]
17+
name = "cfcli"
18+
path = "src/main.rs"

0 commit comments

Comments
 (0)