summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-10-02 14:03:06 +0100
committerAria <me@aria.rip>2023-10-02 14:03:06 +0100
commit186087b2010f7f2b9631a28b80527d99b751b882 (patch)
tree79e02c254cbeb5e0d981dccb51cd77cf4959d71a /Cargo.toml
parente189bb3ec7a355e314895a77d3ed25c393cf042b (diff)
unique ids challenge
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 359448b..5ec9429 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
members = [
+ "common",
"echo",
- "common"
+ "unique_ids"
]