cortexflow-cli 0.1.0

CortexFlow command line interface made to interact with the CortexBrain core components
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cortexflow-cli"
version = "0.1.0"
edition = "2024"
description = "CortexFlow command line interface made to interact with the CortexBrain core components"
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini"]
documentation = "https://docs.cortexflow.org"
homepage = "https://docs.cortexflow.org"
repository = "https://github.com/CortexFlow/CortexBrain"
license = "Apache-2.0"

[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
tracing = "0.1.41"

[[bin]]
name = "cfcli"
path = "src/main.rs"