# Copyright 2018 First Rust Competition Developers. # Licensed under the Apache License, Version 2.0 or the MIT license # , at your # option. This file may not be copied, modified, or distributed # except according to those terms. [package] name = "wpilib-sys" version = "0.4.0" authors = ["Josh Hejna "] build = "build.rs" description = "FRC's WPILib system bindings for rust." repository = "https://github.com/Lytigas/first-rust-competition" keywords = ["frc", "roborio", "robotics", "first", "wpilib"] categories = ["embedded", "hardware-support", "external-ffi-bindings"] license = "MIT OR Apache-2.0" include = [ "src/**/*", "Cargo.toml", "build.rs", "WPILIB_LICENSE", "lib/**/*",] [features] dev = []