Exclude some more files from packaging, update Cargo.lock

This commit is contained in:
timvisee 2019-07-17 14:59:29 +02:00
parent c8f3275ed7
commit c6066d6ca2
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
3 changed files with 281 additions and 231 deletions

503
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,12 @@ categories = [
"network-programming", "network-programming",
] ]
exclude = [ exclude = [
"res/*", "/contrib",
"/pkg",
"/res",
"/*.yml",
"/CONTRIBUTING.md",
"/SECURITY.md",
] ]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"

View file

@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 Version 3, 29 June 2007
Copyright (C) 2018 Tim Visee. <https://timvisee.com/> Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.