move to api client crate

This commit is contained in:
Robin Appelman 2022-04-30 19:53:18 +02:00
commit 71f1ba6f3d
7 changed files with 759 additions and 205 deletions

View file

@ -8,5 +8,5 @@ RUN cargo build --release
FROM alpine:latest
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/backup /
ENV RUST_LOG=info
CMD ["/backup"]