Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 085ab46

Browse files
committed
prepare crates.io publish
1 parent a328250 commit 085ab46

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[package]
2-
name = "rtp"
2+
name = "webrtc-rs-rtp"
33
version = "0.1.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
6+
description = "A pure Rust implementation of RTP"
7+
license = "MIT"
8+
documentation = "https://docs.rs/webrtc-rs-rtp"
9+
homepage = "https://webrtc.rs"
10+
repository = "https://github.com/webrtc-rs/rtp"
611

712
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
813

914
[dependencies]
10-
util = { git = "https://github.com/webrtc-rs/util", branch = "main" }
15+
util = { package = "webrtc-rs-util", version = "0.1.0" }
1116
byteorder = "1.3.2"
1217
rand = "0.8.0"
1318

0 commit comments

Comments
 (0)