/ Cargo.toml
Cargo.toml
1  [workspace]
2  resolver = "2"
3  
4  members = [
5      "otp-chat-client",
6      "otp-chat-server"
7  ]