aboutsummaryrefslogtreecommitdiffstats
path: root/rs/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-19 00:21:09 +0100
committerLibravatar Rutger Broekhoff2024-01-19 00:21:09 +0100
commit5156228f18f08255a1f5c7e22097b8e367881e19 (patch)
tree8caccbf4d6d47b9f365d091d5b3426c4e6f7dafa /rs/Cargo.toml
parentb07332d62c347326baade26e3a3c281b83172615 (diff)
downloadgitolfs3-5156228f18f08255a1f5c7e22097b8e367881e19.tar.gz
gitolfs3-5156228f18f08255a1f5c7e22097b8e367881e19.zip
Rust code dump
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]