Skip to content

Commit

Permalink
chore: Remove serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Mar 5, 2019
1 parent bd156b6 commit c4e78fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Expand Up @@ -5,12 +5,11 @@ authors = ["DanSnow <dododavid006@gmail.com>"]
edition = "2018"

[dependencies]
indicatif = "0.11.0"
reqwest = "0.9.10"
serde = { version = "1.0.89", features = ["derive"] }
serde_json = "1.0.39"
structopt = "0.2.14"
skim = "0.5.5"
indicatif = "0.11.0"
structopt = "0.2.14"

[[bin]]
name = "grd"
Expand Down

0 comments on commit c4e78fa

Please sign in to comment.