lofty-rs/ogg_pager/Cargo.toml

12 lines
301 B
TOML
Raw Normal View History

[package]
name = "ogg_pager"
2021-08-01 02:52:11 +00:00
version = "0.1.7"
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]
2021-09-03 00:22:05 +00:00
byteorder = "1.4.3"