forked from dcSpark/shinkai-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
22 lines (20 loc) · 796 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
members = [
"shinkai-libs/shinkai-crypto-identities",
"shinkai-libs/shinkai-dsl",
"shinkai-libs/shinkai-fs-mirror",
"shinkai-libs/shinkai-message-primitives",
"shinkai-libs/shinkai-tcp-relayer",
"shinkai-libs/shinkai-vector-resources",
"shinkai-bin/*",
"shinkai-cli-tools/*"
]
resolver = "2"
[workspace.package]
authors = ["Nico Arqueros <[email protected]>"]
[workspace.dependencies]
shinkai_message_primitives = { path = "./shinkai-libs/shinkai-message-primitives" }
shinkai_vector_resources = { path = "./shinkai-libs/shinkai-vector-resources" }
shinkai_crypto_identities = { path = "./shinkai-libs/shinkai-crypto-identities" }
shinkai_tcp_relayer = { path = "./shinkai-libs/shinkai-tcp-relayer" }
shinkai_fs_mirror = { path = "./shinkai-libs/shinkai-fs-mirror" }