Trim diesel features
This commit is contained in:
parent
b678973ef0
commit
5b412718dc
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,6 @@ anyhow = "1.0.31"
|
|||
ape = "0.3.0"
|
||||
base64 = "0.12.1"
|
||||
crossbeam-channel = "0.4"
|
||||
diesel = { version = "1.4.4", features = ["sqlite", "r2d2"] }
|
||||
diesel_migrations = { version = "1.4", features = ["sqlite"] }
|
||||
getopts = "0.2.15"
|
||||
id3 = "0.5.1"
|
||||
|
@ -42,6 +41,11 @@ time = "0.1"
|
|||
toml = "0.5"
|
||||
url = "2.1"
|
||||
|
||||
[dependencies.diesel]
|
||||
version = "1.4.5"
|
||||
default_features = false
|
||||
features = ["libsqlite3-sys", "r2d2", "sqlite"]
|
||||
|
||||
[dependencies.image]
|
||||
version = "0.23.12"
|
||||
default_features = false
|
||||
|
|
Loading…
Add table
Reference in a new issue