瀏覽代碼

Remove unnecessary files from solang crate (#1210)

These files bloat the crate file without any function. The list of files
can be seen with `cargo package --list`.

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 2 年之前
父節點
當前提交
c9497ef825
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -10,6 +10,7 @@ description = "Solang Solidity Compiler"
 keywords = [ "solidity", "compiler", "solana", "substrate" ]
 rust-version = "1.64.0"
 edition = "2021"
+exclude = [ "/.*", "/docs",  "/examples", "/solana-library", "/tests", "/integration", "/vscode" ]
 
 [build-dependencies]
 cc = "1.0"