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

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"