mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Prepare ogg_pager for publish
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
ccabd3bedb
commit
6138ae7e5e
3 changed files with 17 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,7 +6,7 @@
|
|||
**/*.rs.bk
|
||||
|
||||
# Project configuration
|
||||
/.idea/
|
||||
**/.idea/
|
||||
|
||||
# Test assets
|
||||
/tests/assets/
|
2
ogg_pager/.gitignore
vendored
2
ogg_pager/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/target
|
||||
Cargo.lock
|
16
ogg_pager/Cargo.lock
generated
Normal file
16
ogg_pager/Cargo.lock
generated
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
version = "1.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
||||
|
||||
[[package]]
|
||||
name = "ogg_pager"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
Loading…
Reference in a new issue