Skip to content

Commit 2869da2

Browse files
committed
Be more strict about which files are included in crate packaging
1 parent 85c1379 commit 2869da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage = "https://github.com/artichoke/strftime-ruby"
1313
description = "Ruby `Time#strftime` parser and formatter"
1414
keywords = ["ruby", "strftime", "time"]
1515
categories = ["date-and-time", "no-std", "no-std::no-alloc", "parser-implementations", "value-formatting"]
16-
include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"]
16+
include = ["/src/**/*", "/tests/**/*", "/LICENSE", "/README.md"]
1717

1818
[lib]
1919
name = "strftime"

0 commit comments

Comments
 (0)