diff --git a/Cargo.toml b/Cargo.toml index c12979c..7c0f484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,7 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.1.1" \ No newline at end of file +bare-metal = "0.1.1" + +[features] +inline-asm = [] \ No newline at end of file