use log instead of print

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2023-09-01 15:03:11 +02:00
parent 625420c5f6
commit 0ae6ce5e88
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
10 changed files with 54 additions and 19 deletions

View file

@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
androscalpel_serializer_derive = { path = "../androscalpel_serializer_derive" }
log = "0.4.20"