[package] name = "nifpga-dll" version = "0.3.0" authors = ["David Taylor ", "Mattia Donato "] edition = "2018" description = "Unofficial binding for NiFpga.dll" license = "MIT" repository = "https://github.com/VicidominiLab/nifpga-dll-rs" readme = "../README.md" [dependencies] nifpga-dll-sys = "0.3.0" #{ path = "../nifpga-dll-sys" } nifpga-dll-type-macro = "0.3.0" #{ path = "../nifpga-dll-type-macro" } libc = "0.2.71" fehler = "1.0.0"