File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = [
55 " Daniel Buse <daniel.buse@giga-infosystems.com>" ,
66]
77name = " diesel-oci"
8- version = " 0.5.0 "
8+ version = " 0.5.1 "
99license = " MIT OR Apache-2.0"
1010description = " A oci database adapter for diesel"
1111readme = " README.md"
@@ -14,6 +14,15 @@ categories = ["database"]
1414edition = " 2021"
1515repository = " https://github.com/GiGainfosystems/diesel-oci/"
1616documentation = " https://docs.rs/diesel-oci"
17+ include = [
18+ " Cargo.toml" ,
19+ " LICENSE-MIT" ,
20+ " LICENSE-APACHE" ,
21+ " README.md" ,
22+ " src/**/*.rs" ,
23+ " src/oracle/connection/define_create_if_not_exists.sql" ,
24+ " src/oracle/connection/create_migration_table.sql" ,
25+ ]
1726
1827[dependencies ]
1928oracle = {version = " 0.6.0" , features = [" chrono" ]}
You can’t perform that action at this time.
0 commit comments