Преглед изворни кода

crate: exclude .github folder on publish

luojia65 пре 2 година
родитељ
комит
fc416760fb
1 измењених фајлова са 1 додато и 0 уклоњено
  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"