Procházet zdrojové kódy

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 před 2 roky
rodič
revize
c9497ef825
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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"