diff --git a/.github/runners/runner-x64/Dockerfile b/.github/runners/runner-x64/Dockerfile index de3cb24..af6ace2 100644 --- a/.github/runners/runner-x64/Dockerfile +++ b/.github/runners/runner-x64/Dockerfile @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt update -y && apt upgrade -y && useradd -m docker RUN apt install -y --no-install-recommends \ - curl jq git unzip \ + curl jq git zip unzip \ # dev dependencies build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip \ # dot net core dependencies diff --git a/Cargo.toml b/Cargo.toml index 983cbbd..4339319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rustframe" +authors = ["Palash Tyagi (https://github.com/Magnus167)"] version = "0.0.1-a.20250716" edition = "2021" license = "GPL-3.0-or-later"