Skip to content

Commit ed14206

Browse files
author
LorenzoTettamanti
committed
Published cfcli v. 0.1.3
1 parent ff53a29 commit ed14206

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "cortexflow-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "CortexFlow command line interface made to interact with the CortexBrain core components"
6-
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini"]
6+
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini","Siddharth Sutar","Andrea Bozzo"]
77
documentation = "https://docs.cortexflow.org"
88
homepage = "https://docs.cortexflow.org"
99
repository = "https://github.com/CortexFlow/CortexBrain"
1010
license = "Apache-2.0"
11+
readme = "../README.md"
1112

1213
[dependencies]
1314
clap = { version = "4.5.38", features = ["derive"] }

0 commit comments

Comments
 (0)