Skip to content

Commit 8652fc3

Browse files
author
LorenzoTettamanti
committed
update api cargo.toml for package release
1 parent ca86e5a commit 8652fc3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core/api/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "cortexflow_agent_api"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "CortexFlow agent API"
6+
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini","Siddharth Sutar","Andrea Bozzo"]
7+
documentation = "https://docs.cortexflow.org"
8+
homepage = "https://docs.cortexflow.org"
9+
repository = "https://github.com/CortexFlow/CortexBrain"
10+
license = "Apache-2.0"
11+
readme = "../../README.md"
12+
513

614
[dependencies]
715
anyhow = "1.0.98"
@@ -11,13 +19,13 @@ tonic = "0.14.0"
1119
tonic-prost = "0.14.0"
1220
tracing = "0.1.41"
1321
aya = "0.13.1"
14-
cortexflow_identity = { path = "../src/components/identity" }
1522
tonic-reflection = "0.14.0"
1623
tonic-build = "0.14.0"
1724
tracing-subscriber = "0.3.19"
1825
tokio-stream = "0.1.17"
1926
bytemuck = {version ="1.23.0"}
2027
bytemuck_derive = "1.10.1"
28+
cortexflow_identity = { version = "0.1.0", path = "../src/components/identity" }
2129

2230
[build-dependencies]
2331
tonic-build = "0.14.0"

0 commit comments

Comments
 (0)