forked from HugoByte/aurras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (28 loc) · 825 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
23
24
25
26
27
28
29
[workspace]
members = [
"actions/common",
"actions/event-registration",
"actions/balance-notification-registration",
"actions/balance-filter",
"actions/push-notification",
"actions/event-receiver",
"actions/substrate-event-processor",
"actions/user-registration",
"actions/user-login",
"actions/workflow-invoker",
"actions/workflow-management",
"actions/workflow-registration",
"workflow/openwhisk_macro",
"workflow/workflow_macro",
"workflow/polkadot_macro",
# "workflow/composer-v2",
"primitives",
# "workflow/workflow_apis",
"workflow/test_util",
"workflow/hello_world_macro",
]
[workspace.package]
authors = ["The HugoByte Team <[email protected]>"]
edition = "2021"
repository = "https://github.com/hugobyte/aurras.git"
version = "0.0.1"