summary refs log tree commit diff
path: root/ripple/Cargo.toml
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2021-12-27 11:57:33 +0000
committeredef <edef@unfathomable.blue>2021-12-27 11:59:37 +0000
commit54eaee06413c60434ffb77e65aee8b9d9a09d8ab (patch)
treef90ab01297c87e34b4ca1a7c70488f54f07e1c09 /ripple/Cargo.toml
parentb41a93355ebd37312266b5c1e599f5008414e396 (diff)
ripple/minitrace: init
Minimal PTRACE_SYSCALL tracer for further narrowing down the syscalls
we need to support.

Change-Id: I562ee6e88e52d7deeee6de588ef00dfc1c38a71a
Diffstat (limited to 'ripple/Cargo.toml')
-rw-r--r--ripple/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripple/Cargo.toml b/ripple/Cargo.toml
index 5255ca8..ffc8527 100644
--- a/ripple/Cargo.toml
+++ b/ripple/Cargo.toml
@@ -9,4 +9,4 @@ edition = "2018"
 [dependencies]
 
 [workspace]
-members = ["fossil"]
+members = ["fossil", "minitrace"]