Switch to aya-ufmt

Alessandro Decina 3 years ago
parent 54e23141bd
commit ac5a2d5dbb

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

@ -6,7 +6,7 @@ edition = "2018"
[dependencies] [dependencies]
aya-bpf = { git = "https://github.com/aya-rs/aya", branch = "main" } aya-bpf = { git = "https://github.com/aya-rs/aya", branch = "main" }
aya-log-common = { path = "../aya-log-common" } aya-log-common = { path = "../aya-log-common" }
ufmt = "0.1.0" ufmt = { version = "0.1", package = "aya-ufmt" }
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

Loading…
Cancel
Save