root@localhost:~/rustray# cargo build --release --features ebpf,quic,p2p
./target/release/rustray -c config.json
error: the package 'rustray' does not contain these features: ebpf, p2p
help: there is a similarly named feature: h3
-bash: ./target/release/rustray: No such file or directory
root@localhost:~/rustray# cargo build --release --features ebpf,quic,p2p
./target/release/rustray -c config.json
error: the package 'rustray' does not contain these features: ebpf, p2p
help: there is a similarly named feature: h3
-bash: ./target/release/rustray: No such file or directory