Pārlūkot izejas kodu

fix cargo build error

Anonymous 4 gadi atpakaļ
vecāks
revīzija
e1a68e084a
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      Cargo.toml

+ 2 - 1
Cargo.toml

@@ -2,5 +2,6 @@
 # RustSBI library and all supported platforms
 members = [
     "rustsbi",
-    "platform/*",
+    "platform/k210",
+    "platform/qemu",
 ]