Pārlūkot izejas kodu

Add inline-asm feature.

David Craven 6 gadi atpakaļ
vecāks
revīzija
34b2ba33cd
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -9,4 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
 license = "ISC"
 
 [dependencies]
-bare-metal = "0.1.1"
+bare-metal = "0.1.1"
+
+[features]
+inline-asm = []