From e3cb82a3b33bd2a2e49c58ce18d1258fb505869e Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 30 Aug 2024 23:13:20 +1200 Subject: chore: initial commit (codeberg upload) --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..401a81d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = [ + "crates/messenger_client", + "crates/messenger_common", + "crates/messenger_server", +] +resolver = "2" \ No newline at end of file -- cgit 1.4.1