Add log crate

This commit is contained in:
Tyler Hall
2015-06-25 13:46:05 -04:00
committed by Steven Walter
parent 69aaffe503
commit c890efd958
3 changed files with 32 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
DESCRIPTION = "A Rust library providing a lightweight logging facade"
DEPENDS = "libc-rs"
require log.inc