From 920598605005285f6af7313311c1d97772cdf6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Tue, 21 Sep 2021 09:33:23 +0000 Subject: [PATCH] Add ufmt to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 850590ed..186c3898 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ aya-log = { git = "https://github.com/aya-rs/aya-log", branch = "main" } ### eBPF side -Add `aya-log-ebpf` to `Cargo.toml`: +Add `aya-log-ebpf` and `ufmt` to `Cargo.toml`: ```toml [dependencies] aya-log-ebpf = { git = "https://github.com/aya-rs/aya-log", branch = "main" } +ufmt = "0.1" ``` ## Example