Skip to content

Commit 2ba9708

Browse files
authored
Merge pull request diesel-rs#2488 from Razican/cargo_diet
Ran cargo-diet to reduce download size from crates.io
2 parents 692e3ff + 61a9bf9 commit 2ba9708

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

diesel_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repository = "https://github.com/diesel-rs/diesel"
1111
keywords = ["diesel", "migrations", "cli"]
1212
autotests = false
1313
edition = "2018"
14+
include = ["src/**/*", "LICENSE-*", "README.md"]
1415

1516
[[bin]]
1617
name = "diesel"

diesel_derives/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ documentation = "https://diesel.rs/guides/"
88
homepage = "https://diesel.rs"
99
repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_derives"
1010
autotests = false
11+
include = ["src/**/*", "LICENSE-*"]
1112

1213
[dependencies]
1314
syn = { version = "1.0.1", features = ["full", "fold"] }

diesel_dynamic_schema/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "1.0.0"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"
7+
include = ["src/**/*", "LICENSE-*", "README.md"]
78

89
[dependencies.diesel]
910
version = "2.0.0"

0 commit comments

Comments
 (0)