Przeglądaj źródła

crate: exclude .github folder on publish

luojia65 2 lat temu
rodzic
commit
fc416760fb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -14,6 +14,7 @@ readme = "README.md"
 keywords = ["riscv", "sbi", "rustsbi"]
 categories = ["os", "embedded", "hardware-support", "no-std"]
 edition = "2021"
+exclude = ["/.github"]
 
 [dependencies]
 sbi-spec = "0.0.5-rc.2"