Sfoglia il codice sorgente

crate: exclude .github folder on publish

luojia65 2 anni fa
parent
commit
fc416760fb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"