changeset 525:83ac03d4ebfe

Only include necessary files in crates
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 24 Mar 2020 07:42:20 +0100
parents c0e92d14e550
children
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Mar 24 07:09:47 2020 +0100
+++ b/Cargo.toml	Tue Mar 24 07:42:20 2020 +0100
@@ -10,6 +10,8 @@
 license = "MIT"
 publish = true
 
+include = ["src/**/*", "src/*", "Cargo.toml", "LICENSE", "README.md"]
+
 [dependencies]
 crc = "1.8"
 integer-encoding = "1.0"