aboutsummaryrefslogtreecommitdiffstats
path: root/rs/server/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* ok so that breaks itLibravatar Rutger Broekhoff2024-01-241-1/+0
|
* You wouldn't believe it, but it's time for another dependencyLibravatar Rutger Broekhoff2024-01-241-0/+1
|
* Sure I'll add another dependency, just tell me what the problem isLibravatar Rutger Broekhoff2024-01-241-0/+1
|
* Test JSON decoding for BatchRequestLibravatar Rutger Broekhoff2024-01-241-0/+1
|
* Set AWS SDK behaviour version to latest in codeLibravatar Rutger Broekhoff2024-01-241-1/+1
|
* Remove unused dependencies, fix buildLibravatar Rutger Broekhoff2024-01-231-3/+0
| | | | | | | 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 :)
* Finish basic implementation of Rust LFS serverLibravatar Rutger Broekhoff2024-01-221-0/+1
|
* Implement crude batch API authorizationLibravatar Rutger Broekhoff2024-01-191-0/+1
|
* Separate path rewrite into Tower Layer, shared state for S3 clientLibravatar Rutger Broekhoff2024-01-191-1/+4
|
* Rust code dumpLibravatar Rutger Broekhoff2024-01-191-0/+15