Skip to content

Commit

Permalink
Cleaning up Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Aug 7, 2020
1 parent 2155838 commit b20611b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions components/data-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ invariant = []
icu-locale = { path = "../locale" }
tinystr = "0.3"
erased-serde = "0.3"

[dependencies.smallstr]
version = "0.2"
features = ["serde"]

[dependencies.downcast-rs]
version = "1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
smallstr = { version = "0.2", features = ["serde"] }
downcast-rs = "1.2"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0"

0 comments on commit b20611b

Please sign in to comment.