Parcourir la source

Add inline-asm feature.

David Craven il y a 6 ans
Parent
commit
34b2ba33cd
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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 = []