-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
13 lines (12 loc) · 861 Bytes
/
Copy pathCargo.toml
File metadata and controls
13 lines (12 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
resolver = "2"
members = ["crates/cortexkit-paths", "crates/cortexkit-lease", "crates/cortexkit-store-types", "crates/cortexkit-store", "crates/cortexkit-store-postgres", "crates/cortexkit-cache-core", "crates/cortexkit-model-catalog", "crates/cortexkit-provider-usage", "crates/cortexkit-push-seal", "crates/cortexkit-log", "crates/cortexkit-bus-trait", "crates/cortexkit-bus-inmemory", "crates/cortexkit-bus-naming", "crates/cortexkit-bus-nats"]
# cortexkit/commons — neutral home for cross-product CortexKit primitives.
# Shared by subc, AFT, and Magic Context. Each crate is published independently
# to crates.io; product repos depend on the published version (or a sibling
# path-dep for local development).
[workspace.package]
edition = "2021"
license = "MIT"
repository = "https://github.com/cortexkit/commons"
authors = ["Ufuk Altinok"]