changeset 534:103ee2e3f533

Only include necessary files in crates
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 24 Mar 2020 07:42:20 +0100
parents 1a2f56c87ab6
children ddd1e4e8d531
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed May 27 13:05:25 2020 +0200
+++ 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"