aboutsummaryrefslogtreecommitdiffstats
path: root/rs/server/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* You wouldn't believe it, but it's time for another dependencyRutger Broekhoff2024-01-241-0/+1
* Sure I'll add another dependency, just tell me what the problem isRutger Broekhoff2024-01-241-0/+1
* Test JSON decoding for BatchRequestRutger Broekhoff2024-01-241-0/+1
* Set AWS SDK behaviour version to latest in codeRutger Broekhoff2024-01-241-1/+1
* Remove unused dependencies, fix build•••The LFS server had the unused dependency 'aws-creds', which pulled in the 'openssl' crate which wanted to link to the real thing. This doesn't work great in Nix when neither OpenSSL nor pkg-config are available at build time :) Rutger Broekhoff2024-01-231-3/+0
* Finish basic implementation of Rust LFS serverRutger Broekhoff2024-01-221-0/+1
* Implement crude batch API authorizationRutger Broekhoff2024-01-191-0/+1
* Separate path rewrite into Tower Layer, shared state for S3 clientRutger Broekhoff2024-01-191-1/+4
* Rust code dumpRutger Broekhoff2024-01-191-0/+15