mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 06:02:32 +00:00
37fc8ef905
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
11 lines
No EOL
300 B
TOML
11 lines
No EOL
300 B
TOML
[package]
|
|
name = "ogg_pager"
|
|
version = "0.1.6"
|
|
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/Serial-ATA/lofty-rs"
|
|
description = "OGG page reader for use in Lofty"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
byteorder = "1.4.3" |