client: write a simple client for the pastebin

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-07-13 21:20:54 +05:30
parent cb8e210acb
commit 04c992e8b3
4 changed files with 19 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ RUN cargo install --path .
RUN cargo clean
RUN mkdir -p upload
COPY ./client upload/client
COPY ./templates templates
COPY ./static static