i am tring to build livekit with rust and my cargo.toml is here
[package]
name = "Test_Rust"
version = "0.1.0"
edition = "2024"
[dependencies]
livekit = "0.7.32"
but i am getting error
warning: webrtc-sys@0.3.23: cuda.h not found; building without hardware accelerated video codec support for NVidia GPUs
full error log attached here
error.txt