Skip to content

Commit

Permalink
fix cargo categories, single line
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Aug 19, 2023
1 parent dc0d569 commit a562d18
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions transports/webrtc-websys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
[package]
authors = ["Doug Anderson <DougAnderson444@peerpiper.io>"]
categories = [
"asynchronous",
"browser",
"libp2p",
"network",
"network-programming",
"networking",
"p2p",
"peer",
"peer-to-peer",
"wasm",
"web",
"webassembly",
"webrtc",
]
categories = ["asynchronous", "network-programming", "wasm", "web-programming"]
description = "WebRTC for libp2p under WASM environment"
edition = "2021"
keywords = ["libp2p", "networking", "peer-to-peer"]
Expand Down

0 comments on commit a562d18

Please sign in to comment.