[package] name = "wpilib-hal" version = "0.1.1" authors = ["XavilPergis "] build = "build.rs" description = "Low-level bindings to WPILib's HAL. DO NOT USE THIS YET. THIS IS JUST TO SECURE THE NAME." repository = "https://github.com/XavilPergis/wpilib-hal" readme = "./README.md" keywords = ["WPILib", "FRC", "HAL", "robotics", "FIRST"] categories = ["external-ffi-bindings"] license = "MIT" [dependencies] # Any version of clippy should work clippy = { version = "0.0.114", optional = true } time = "0.1.36" lazy_static = "0.2.2" [build-dependencies] bindgen = "0.22.0"