lofty-rs/ogg_pager/Cargo.toml
2024-04-23 22:02:37 -04:00

17 lines
482 B
TOML

[package]
name = "ogg_pager"
version = "0.6.1"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A simple OGG page reader"
repository = "https://github.com/Serial-ATA/lofty-rs"
keywords = ["ogg", "xiph"]
categories = ["multimedia", "multimedia::audio", "parser-implementations"]
include = ["src", "Cargo.toml", "../LICENSE-*"]
[dependencies]
byteorder = { workspace = true }
[lints]
workspace = true