Explorar el Código

Add ufmt to readme

Alessandro Decina hace 3 años
padre
commit
0d7ac3eb3e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      aya-log/README.md

+ 2 - 1
aya-log/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