diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [workspace] members = [ + "common", "echo", - "common" + "unique_ids" ] |
index : fly.io-dist-challenges | ||
Answers to fly.ios distributed systems challenges | User & |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 3 |
@@ -1,5 +1,6 @@ [workspace] members = [ + "common", "echo", - "common" + "unique_ids" ] |