Przeglądaj źródła

Add inline-asm feature.

David Craven 6 lat temu
rodzic
commit
34b2ba33cd
1 zmienionych plików z 4 dodań i 1 usunięć
  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 = []