2023-02-02 18:38:39 -05:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-02-25 23:16:30 -05:00
|
|
|
"tfclient",
|
2023-03-29 11:18:33 -04:00
|
|
|
"trifid-pki",
|
2023-06-15 20:49:06 -04:00
|
|
|
"dnapi-rs",
|
2023-06-25 22:00:36 -04:00
|
|
|
"tfcli",
|
2023-11-18 22:51:45 -05:00
|
|
|
"nebula-ffi",
|
2023-12-25 23:23:57 -05:00
|
|
|
"nebula-config",
|
2023-12-15 15:16:59 -05:00
|
|
|
"trifid-api",
|
|
|
|
"trifid-api-derive"
|
2023-09-26 09:14:42 -04:00
|
|
|
]
|
2023-12-15 22:47:46 -05:00
|
|
|
resolver = "2"
|
2023-12-15 15:16:59 -05:00
|
|
|
|
2023-12-15 22:40:04 -05:00
|
|
|
[profile.release-ci]
|
|
|
|
inherits = "release"
|
|
|
|
lto = true
|
|
|
|
|