Explorar o código

Add ufmt to readme

Alessandro Decina %!s(int64=3) %!d(string=hai) anos
pai
achega
9205986050
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      README.md

+ 2 - 1
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