summary refs log tree commit diff
path: root/sys_util/Cargo.toml
diff options
context:
space:
mode:
authorZach Reizner <zachr@google.com>2017-06-28 10:33:13 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-07-05 21:54:50 -0700
commit61e2a71b327b7a2229f15aaa5bf462b77aab9eb5 (patch)
treea1b4aed5d2baf323440d2ca857bdafffa1326946 /sys_util/Cargo.toml
parent848b9ff6251ef125d394026d08c1a183395171f9 (diff)
downloadcrosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.tar
crosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.tar.gz
crosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.tar.bz2
crosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.tar.lz
crosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.tar.xz
crosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.tar.zst
crosvm-61e2a71b327b7a2229f15aaa5bf462b77aab9eb5.zip
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 <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'sys_util/Cargo.toml')
-rw-r--r--sys_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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