This commit is contained in:
IQuant 2024-11-26 16:08:37 +03:00
parent 01a2b901b5
commit f2eb870beb
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,10 @@
import tomllib
import os
from zipfile import ZipFile, ZIP_DEFLATED as COMPRESS_TYPE
import shutil
COMPRESS_LEVEL = 9
cargo_manifest = tomllib.load(open("noita-proxy/Cargo.toml", "rb"))
version = cargo_manifest["package"]["version"]