Skip to content

Commit 157e0ea

Browse files
Package only the necessary files.
In particular, development scripts and the fuzzing harness are excluded from packaging. Co-authored-by: Georg Semmler <georg.semmler@giga-infosystems.com>
1 parent 5d3c715 commit 157e0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rust-version = "1.85"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/rwf2/cookie-rs"
99
readme = "README.md"
10+
include = ["/src", "/build.rs", "/README*", "/CHANGELOG*", "/LICENSE*"]
1011
description = """
1112
HTTP cookie parsing and cookie jar management. Supports signed and private
1213
(encrypted, authenticated) jars.

0 commit comments

Comments
 (0)