Skip to content

Commit

Permalink
disable default features
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Feb 2, 2024
1 parent 46b0f29 commit e743744
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 159 deletions.
165 changes: 7 additions & 158 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ build = "build.rs"
[dependencies]
chrono = { version = "0.4.26", features = ["serde"] }
image = "0.24.7"
reqwest = { version = "0.11.23", features = ["json", "rustls"] }
reqwest = { version = "0.11.23", features = [
"json",
"rustls",
], default-features = false }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
serde_with = "3.4.0"
Expand Down

0 comments on commit e743744

Please sign in to comment.