Преглед на файлове

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" ]
 keywords = [ "solidity", "compiler", "solana", "substrate" ]
 rust-version = "1.64.0"
 rust-version = "1.64.0"
 edition = "2021"
 edition = "2021"
+exclude = [ "/.*", "/docs",  "/examples", "/solana-library", "/tests", "/integration", "/vscode" ]
 
 
 [build-dependencies]
 [build-dependencies]
 cc = "1.0"
 cc = "1.0"