Skip to content

Commit

Permalink
Formatting Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pohlm01 committed Oct 30, 2023
1 parent 30a0e92 commit 0935852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ description = "Simple to use crate to create thumbnails and store them in a obje
name = "basic"

[dependencies]
object_store = { version = "0.7" , features = ["gcp"]}
object_store = { version = "0.7", features = ["gcp"] }
image = { version = "0.24.7", default-features = false, features = ["png", "jpeg"] }
config = {version = "0.13", default-features = false, features = ["yaml"]}
config = { version = "0.13", default-features = false, features = ["yaml"] }
thiserror = "1.0"
serde = {version = "1.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.32", features = ["full"] }
bytes = "1.5"
futures = "0.3.28"
Expand Down

0 comments on commit 0935852

Please sign in to comment.