فهرست منبع

fix cargo build error

Anonymous 4 سال پیش
والد
کامیت
e1a68e084a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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",
 ]