Exclude some more files from packaging, update Cargo.lock
This commit is contained in:
parent
c8f3275ed7
commit
c6066d6ca2
3 changed files with 281 additions and 231 deletions
503
Cargo.lock
generated
503
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,12 @@ categories = [
|
|||
"network-programming",
|
||||
]
|
||||
exclude = [
|
||||
"res/*",
|
||||
"/contrib",
|
||||
"/pkg",
|
||||
"/res",
|
||||
"/*.yml",
|
||||
"/CONTRIBUTING.md",
|
||||
"/SECURITY.md",
|
||||
]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,7 +1,7 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
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
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
|
Loading…
Reference in a new issue