aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock70
1 files changed, 35 insertions, 35 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5f04d2d..00f856e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -625,16 +625,6 @@ dependencies = [
625] 625]
626 626
627[[package]] 627[[package]]
628name = "common"
629version = "0.1.0"
630dependencies = [
631 "chrono",
632 "hmac-sha256",
633 "serde",
634 "subtle",
635]
636
637[[package]]
638name = "const-oid" 628name = "const-oid"
639version = "0.9.6" 629version = "0.9.6"
640source = "registry+https://github.com/rust-lang/crates.io-index" 630source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -887,16 +877,49 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 877checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
888 878
889[[package]] 879[[package]]
890name = "git-lfs-authenticate" 880name = "gitolfs3-authenticate"
891version = "0.1.0" 881version = "0.1.0"
892dependencies = [ 882dependencies = [
893 "anyhow", 883 "anyhow",
894 "chrono", 884 "chrono",
895 "common", 885 "gitolfs3-common",
886 "serde_json",
887]
888
889[[package]]
890name = "gitolfs3-common"
891version = "0.1.0"
892dependencies = [
893 "chrono",
894 "hmac-sha256",
895 "serde",
896 "subtle",
897]
898
899[[package]]
900name = "gitolfs3-server"
901version = "0.1.0"
902dependencies = [
903 "aws-config",
904 "aws-sdk-s3",
905 "axum",
906 "base64",
907 "chrono",
908 "gitolfs3-common",
909 "mime",
910 "serde",
896 "serde_json", 911 "serde_json",
912 "tokio",
913 "tokio-util",
914 "tower",
915 "tracing-subscriber",
897] 916]
898 917
899[[package]] 918[[package]]
919name = "gitolfs3-shell"
920version = "0.1.0"
921
922[[package]]
900name = "group" 923name = "group"
901version = "0.12.1" 924version = "0.12.1"
902source = "registry+https://github.com/rust-lang/crates.io-index" 925source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1727,25 +1750,6 @@ dependencies = [
1727] 1750]
1728 1751
1729[[package]] 1752[[package]]
1730name = "server"
1731version = "0.1.0"
1732dependencies = [
1733 "aws-config",
1734 "aws-sdk-s3",
1735 "axum",
1736 "base64",
1737 "chrono",
1738 "common",
1739 "mime",
1740 "serde",
1741 "serde_json",
1742 "tokio",
1743 "tokio-util",
1744 "tower",
1745 "tracing-subscriber",
1746]
1747
1748[[package]]
1749name = "sha1" 1753name = "sha1"
1750version = "0.10.6" 1754version = "0.10.6"
1751source = "registry+https://github.com/rust-lang/crates.io-index" 1755source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1777,10 +1781,6 @@ dependencies = [
1777] 1781]
1778 1782
1779[[package]] 1783[[package]]
1780name = "shell"
1781version = "0.1.0"
1782
1783[[package]]
1784name = "signal-hook-registry" 1784name = "signal-hook-registry"
1785version = "1.4.2" 1785version = "1.4.2"
1786source = "registry+https://github.com/rust-lang/crates.io-index" 1786source = "registry+https://github.com/rust-lang/crates.io-index"