cortexbrain-common 0.1.0

CortexFlow common packages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cortexbrain-common"
version = "0.1.0"
edition = "2024"
description = "CortexFlow common packages"
license = "Apache-2.0"
readme = "../../README.md"
documentation = "https://docs.cortexflow.org"
homepage = "https://docs.cortexflow.org"
repository = "https://github.com/CortexFlow/CortexBrain"

[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
anyhow = "1.0"