add some error managment

This commit is contained in:
Jean-Marie Mineau 2023-08-31 11:39:03 +02:00
parent 53a30fad23
commit bda74f55ac
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 70 additions and 10 deletions

1
Cargo.lock generated
View file

@ -6,6 +6,7 @@ version = 3
name = "androscalpel"
version = "0.1.0"
dependencies = [
"androscalpel_serializer",
"pyo3",
]