This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python3-maturin/debian/rules
Ward Nakchbandi (Cosmic Fusion) 21b3bf613c initial push
2023-06-26 12:32:38 +03:00

7 lines
175 B
Makefile

#!/usr/bin/make -f
%:
dh $@
override_dh_build:
cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked