aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6439e6b..2fac4ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
1[workspace] 1[workspace]
2resolver = "2" 2resolver = "2"
3members = [ 3members = [
4 "common", 4 "gitolfs3-common",
5 "git-lfs-authenticate", 5 "gitolfs3-authenticate",
6 "server", 6 "gitolfs3-server",
7 "shell", 7 "gitolfs3-shell",
8] 8]