Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 73abbac

Browse files
committed
Add explicit include for Cargo files
1 parent d2b48fd commit 73abbac

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
@@ -7,6 +7,7 @@ repository = "https://github.com/RustPython/sre-engine"
77
license = "MIT"
88
edition = "2018"
99
keywords = ["regex"]
10+
include = ["LICENSE", "src/**/*.rs"]
1011

1112
[dependencies]
1213
num_enum = "0.5"

0 commit comments

Comments
 (0)