Skip to content

Commit cca1bb6

Browse files
committed
Explicitly specify include
1 parent 4224fa8 commit cca1bb6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ repository = "https://github.com/fastcomments/fastcomments-rust"
99
homepage = "https://fastcomments.com"
1010
keywords = ["fastcomments", "comments", "commenting-system", "api", "sdk"]
1111
categories = ["api-bindings", "web-programming"]
12+
include = [
13+
"src/**/*",
14+
"sso/**/*",
15+
"client/src/**/*",
16+
"client/Cargo.toml",
17+
"examples/**/*",
18+
"tests/**/*",
19+
"Cargo.toml",
20+
"LICENSE",
21+
"README.md",
22+
]
1223

1324
[dependencies]
1425
# Serialization

0 commit comments

Comments
 (0)