From 5156228f18f08255a1f5c7e22097b8e367881e19 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 19 Jan 2024 00:21:09 +0100 Subject: Rust code dump --- rs/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rs/Cargo.toml (limited to 'rs/Cargo.toml') diff --git a/rs/Cargo.toml b/rs/Cargo.toml new file mode 100644 index 0000000..ec75eb3 --- /dev/null +++ b/rs/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +resolver = "2" +members = [ + "common", + "git-lfs-authenticate", + "server", +] -- cgit v1.2.3