Skip to content

Commit

Permalink
Remove examples/real_world and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg authored and atroche committed Mar 21, 2019
1 parent 6b93864 commit 7e99bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 288 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ log = "0.4"
env_logger = "0.6"
rand = "0.6"
tempfile = "3"
toml = "0.4"
chrono = "0.4"
base64 = "0.10"
derive_builder = "0.7.1"
which = "2.0"
Expand All @@ -33,6 +31,7 @@ zip = { version = "0.5", optional = true }
winreg = "0.6"

[dev-dependencies]
chrono = "0.4"
tiny_http = "0.6"
png = "0.14"
jpeg-decoder = { version = "0.1", default_features = false }
Expand All @@ -44,5 +43,5 @@ path = "src/lib.rs"

[features]
default = [ "fetch" ]
fetch = ["reqwest", "directories", "zip"]
fetch = [ "reqwest", "directories", "zip" ]
nightly = []
285 changes: 0 additions & 285 deletions examples/real_world.rs

This file was deleted.

0 comments on commit 7e99bb8

Please sign in to comment.