Skip to content

Commit

Permalink
update crate name/cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaldino committed Sep 6, 2024
1 parent 8561173 commit 6c00f50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "rtp-rs"
name = "rtp-parse"
version = "0.1.0"
authors = ["Brian Baldino <[email protected]> "]
edition = "2021"

description = "RTP packet library"

license = "Apache-2.0/MIT"
readme = "README.md"
repository = "https://github.com/bbaldino/rtp-parse.git"

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

[dependencies]
Expand Down

0 comments on commit 6c00f50

Please sign in to comment.