diff --git a/.github/install-tools/Cargo.toml b/.github/install-tools/Cargo.toml index 1c77e39287..811dd12310 100644 --- a/.github/install-tools/Cargo.toml +++ b/.github/install-tools/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "install-tools" edition = "2021" +version = "0.1.0" publish = false [dependencies] tar = "0.4" zstd = "0.13" + +[workspace] \ No newline at end of file diff --git a/.gitignore b/.gitignore index b22a782596..5a73168f0b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ .vscode/ .vim/ tests/Cargo.lock +.github/install-tools/Cargo.lock