[package] name = "rubbler" authors = ["Fuad Ismail"] version = "0.1.2" edition = "2021" description = """ Rubbler is a RISC-V assembler written in Rust 🦀. This library was written with the main purpose of embedding a simple RISC-V assembler inside of a RISC-V CPU test bench code written with verilator. """ license = "MIT OR Apache-2.0" repository = "https://github.com/fuad1502/rubbler" keywords = ["assembler", "risc-v"] [[bin]] name = "rubble" [lib] name = "rubbler" crate-type = ["staticlib", "lib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] cbindgen = "0.24.0"