1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "rstrt-sys" version = "0.1.0" edition = "2024" build = "build.rs" repository = "https://github.com/keithyin/rstrt" description = "rust tensorrt" license = "MIT" [dependencies] libc = "0.2" [build-dependencies] cc = "1"