[package] name = "triton-rs" version = "0.2.0" edition = "2021" authors = ["Sven Sauleau "] description = "Rust bindings to the Triton Inference Server" license = "MIT" repository = "https://github.com/xtuc/triton-rs" [dependencies] libc = "0.2.148" triton-sys = { version = "0.2.0", path = "../triton-sys" }