From 61e2a71b327b7a2229f15aaa5bf462b77aab9eb5 Mon Sep 17 00:00:00 2001 From: Zach Reizner Date: Wed, 28 Jun 2017 10:33:13 -0700 Subject: sys_util: add syslog module for logging to syslog TEST=cargo test BUG=None Change-Id: Ia7ae04976d0ccbabd6d1656ddd9275f16cce218a Reviewed-on: https://chromium-review.googlesource.com/553741 Commit-Ready: Zach Reizner Tested-by: Zach Reizner Reviewed-by: Zach Reizner --- sys_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys_util/Cargo.toml') diff --git a/sys_util/Cargo.toml b/sys_util/Cargo.toml index a91b145..df54b13 100644 --- a/sys_util/Cargo.toml +++ b/sys_util/Cargo.toml @@ -6,4 +6,4 @@ authors = ["The Chromium OS Authors"] [dependencies] data_model = { path = "../data_model" } libc = "*" - +syscall_defines = { path = "../syscall_defines" } \ No newline at end of file -- cgit 1.4.1