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",
 ]