22 lines
368 B
TOML
22 lines
368 B
TOML
[workspace]
|
|
members = [
|
|
"iota-storage",
|
|
"iota-connection",
|
|
"client",
|
|
"iota-auth",
|
|
"other-iota",
|
|
"iota-updater",
|
|
"iota-terms",
|
|
"iota-state",
|
|
"iota-cli",
|
|
"iota",
|
|
"iota-daemon",
|
|
"iota-daemon-lib",
|
|
"iota-ipc",
|
|
"omikron-connector",
|
|
"web-server",
|
|
"web-ui",
|
|
"iota-logger",
|
|
"iota-util",
|
|
]
|
|
resolver = "3"
|