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

Commit

Permalink
prepare crates.io publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Dec 25, 2020
1 parent b615822 commit 363d130
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[package]
name = "rtcp"
name = "webrtc-rs-rtcp"
version = "0.1.0"
authors = ["Rain Liu <yuliu@outlook.com>"]
edition = "2018"
description = "A pure Rust implementation of RTCP"
license = "MIT"
documentation = "https://docs.rs/webrtc-rs-rtcp"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtcp"

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

[dependencies]
util = { git = "https://github.com/webrtc-rs/util", branch = "main" }
util = { package = "webrtc-rs-util", version = "0.1.0" }
byteorder = "1.3.2"
lazy_static = "1.3.0"

0 comments on commit 363d130

Please sign in to comment.