Add logs to libsimpleservo C API

This commit is contained in:
Paul Rouget 2019-02-06 04:21:32 +01:00
parent 399456665c
commit 1292db6824
3 changed files with 5 additions and 0 deletions

1
Cargo.lock generated
View file

@ -3949,6 +3949,7 @@ dependencies = [
name = "simpleservo_capi"
version = "0.0.1"
dependencies = [
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"simpleservo 0.0.1",
]