소스 검색

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"