Skip to content

Commit df4c823

Browse files
committed
Explicitly specify what should be published and what not
1 parent 4c44953 commit df4c823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ keywords = ["orm", "database", "sql", "async"]
1111
categories = ["database"]
1212
description = "An async extension for Diesel the safe, extensible ORM and Query Builder"
1313
rust-version = "1.84.0"
14+
include = ["README.md", "src/**/*.rs", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE"]
1415

1516
[dependencies]
1617
futures-core = "0.3.17"

0 commit comments

Comments
 (0)