[package] name = "rust-hdl-bsp-tang-nano-9k" version = "0.0.1" edition = "2021" authors = ["Andelf "] repository = "https://github.com/andelf/rust-hdl-bsp-tang-nano" documentation = "https://docs.rs/rust-hdl-bsp-tang-nano" homepage = "https://github.com/andelf/rust-hdl-bsp-tang-nano" categories = ["hardware-support", "embedded"] description = "Support crate for RustHDL - provides Board Support Package for the Tang Nano 9K board (Gowin GW1NR-9 based)" keywords = ["fpga", "hardware", "verilog"] readme = "README.md" license = "MIT/Apache-2.0" [dependencies] rust-hdl = { version = "0.45.1", features = ["fpga"] } rust-hdl-core = "0.45.1" [features] default = [] yowasp = []