Add ufmt to readme

Alessandro Decina 3 years ago
parent f5d047b3ab
commit 9205986050

@ -18,11 +18,12 @@ aya-log = { git = "https://github.com/aya-rs/aya-log", branch = "main" }
### eBPF side ### eBPF side
Add `aya-log-ebpf` to `Cargo.toml`: Add `aya-log-ebpf` and `ufmt` to `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
aya-log-ebpf = { git = "https://github.com/aya-rs/aya-log", branch = "main" } aya-log-ebpf = { git = "https://github.com/aya-rs/aya-log", branch = "main" }
ufmt = "0.1"
``` ```
## Example ## Example

Loading…
Cancel
Save