mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
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",
|
"network-programming",
|
||||||
]
|
]
|
||||||
exclude = [
|
exclude = [
|
||||||
"res/*",
|
"/contrib",
|
||||||
|
"/pkg",
|
||||||
|
"/res",
|
||||||
|
"/*.yml",
|
||||||
|
"/CONTRIBUTING.md",
|
||||||
|
"/SECURITY.md",
|
||||||
]
|
]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue