4
0
David Craven 6 жил өмнө
parent
commit
34b2ba33cd
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  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 = []