bump pyo3 and use anyhow for main functions

This commit is contained in:
Jean-Marie Mineau 2023-11-28 16:22:40 +01:00
parent 4e57289bab
commit b8b4e28f2d
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
10 changed files with 401 additions and 115 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env sh
source venv_maturin/bin/activate
export RUST_BACKTRACE=full
cd androscalpel
maturin develop
cd ..