aboutsummaryrefslogtreecommitdiffstats
path: root/rs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rs/Cargo.toml')
-rw-r--r--rs/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 @@
1[workspace]
2resolver = "2"
3members = [
4 "common",
5 "git-lfs-authenticate",
6 "server",
7]