initial push

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-06-26 12:23:58 +03:00
parent fda0c001ad
commit 8803aafe1d

4
debian/rules vendored
View File

@ -9,4 +9,6 @@ build3vers := $(shell py3versions -sv)
dh $@ --with python3 --buildsystem pybuild
override_dh_autoreconf:
cargo fetch
echo '[net]' >> Cargo.toml
echo 'git-fetch-with-cli = true' >> Cargo.toml
cargo fetch --locked