coffer/Cargo.toml
Armin Friedl b3b86b4238
[client] Set up environment, spawn subprocess
- Coffer client sets up the environment from the keys and secrets read
- Coffer client spawns a subprocess and reaps itself

Signed-off-by: Armin Friedl <dev@friedl.net>
2019-11-27 23:00:18 +01:00

6 lines
No EOL
102 B
TOML

[workspace]
members = [
"coffer-server",
"coffer-client",
"coffer-companion"
]