File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ repository = "https://github.com/diesel-rs/diesel"
1111keywords = [" diesel" , " migrations" , " cli" ]
1212autotests = false
1313edition = " 2018"
14+ include = [" src/**/*" , " LICENSE-*" , " README.md" ]
1415
1516[[bin ]]
1617name = " diesel"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ documentation = "https://diesel.rs/guides/"
88homepage = " https://diesel.rs"
99repository = " https://github.com/diesel-rs/diesel/tree/master/diesel_derives"
1010autotests = false
11+ include = [" src/**/*" , " LICENSE-*" ]
1112
1213[dependencies ]
1314syn = { version = " 1.0.1" , features = [" full" , " fold" ] }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "1.0.0"
44authors = [" Sean Griffin <sean@seantheprogrammer.com>" ]
55license = " MIT OR Apache-2.0"
66edition = " 2018"
7+ include = [" src/**/*" , " LICENSE-*" , " README.md" ]
78
89[dependencies .diesel ]
910version = " 2.0.0"
You can’t perform that action at this time.
0 commit comments