Skip to content

Commit 60e3941

Browse files
Published common crate v 0.1.0
1 parent 446f1c1 commit 60e3941

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/common/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "cortexbrain-common"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
5+
description = "CortexFlow common packages"
6+
license = "Apache-2.0"
7+
readme = "../../../../README.md"
8+
documentation = "https://docs.cortexflow.org"
9+
homepage = "https://docs.cortexflow.org"
10+
repository = "https://github.com/CortexFlow/CortexBrain"
511

612
[dependencies]
713
tracing = "0.1"

0 commit comments

Comments
 (0)