mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-11-20 14:10:59 +00:00
Update package name. Forgot to update it in cargo.toml.
This commit is contained in:
parent
0e12e60f5c
commit
0ecbbd6385
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -6,7 +6,7 @@ version = "1.3.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mp4"
|
name = "mp4rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mp4"
|
name = "mp4rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Alf <alf.g.jr@gmail.com>"]
|
authors = ["Alf <alf.g.jr@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue