Skip to content

Commit

Permalink
Cleanup Cargo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Jul 19, 2019
1 parent 1d25860 commit 87dca8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,21 @@ version = "^0.2"
version = "^0.2"

[dependencies.web-sys]
features = ["BinaryType", "Blob", "console", "MessageEvent", "WebSocket", "CloseEvent", "Event", "DomException"]
features = ["BinaryType", "Blob", "console", "MessageEvent", "WebSocket", "CloseEvent", "DomException"]
version = "^0.3"

[dev-dependencies]
bytes = "^0.4"
console_error_panic_hook = "^0.1"
console_log = "^0.1"
flexi_logger = "^0.11"
futures_codec = "^0.2"
pretty_assertions = "^0.6"
rand = "^0.6"
rand_xoshiro = "^0.1"
serde_cbor = "0.9.0"
tokio-serde-cbor = "0.3.1"
wasm-bindgen-test = "^0.2"
wasm-logger = "^0.1"

[dev-dependencies.futures_codec]
git = "https://github.com/najamelan/futures-codec"

[dev-dependencies.serde]
features = ["derive"]
Expand Down
5 changes: 2 additions & 3 deletions Cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ dependencies:
- MessageEvent
- WebSocket
- CloseEvent
- Event
- DomException

dev-dependencies:

tokio : { version: ^0.1, default-features: false, features: [codec] }
wasm-logger : ^0.1
# wasm-logger : ^0.1
console_log : ^0.1
console_error_panic_hook : ^0.1
pretty_assertions : ^0.6
Expand All @@ -54,5 +53,5 @@ dev-dependencies:
serde : { version: 1.0.87, features: [ derive ] }
bytes : ^0.4
flexi_logger : ^0.11
futures_codec : { git: "https://github.com/najamelan/futures-codec" }
futures_codec : ^0.2
wasm-bindgen-test : ^0.2

0 comments on commit 87dca8d

Please sign in to comment.