Skip to content

Commit 890b304

Browse files
author
yngrtc
committed
bump sfu to v0.0.2
1 parent 9bde365 commit 890b304

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "sfu"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Rusty Rain <y@ngr.tc>"]
55
edition = "2021"
6-
description = "A pure Rust implementation of SFU"
6+
description = "WebRTC Selective Forwarding Unit (SFU) in Rust with Sans-IO"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/sfu"
99
repository = "https://github.com/webrtc-rs/sfu"
1010
homepage = "https://sfu.rs"
11-
keywords = ["networking", "protocols"]
12-
categories = ["network-programming", "asynchronous"]
11+
keywords = ["networking", "protocols", "webrtc", "sans-io", "sfu"]
12+
categories = ["network-programming", "asynchronous", "multimedia"]
1313

1414
[dependencies]
1515
retty = "0.24"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</a>
2424
</p>
2525
<p align="center">
26-
SFU in Rust with Sans-IO
26+
WebRTC Selective Forwarding Unit (SFU) in Rust with Sans-IO
2727
</p>
2828

2929
#

0 commit comments

Comments
 (0)