lofty-rs/ogg_pager/Cargo.toml

18 lines
482 B
TOML
Raw Permalink Normal View History

[package]
name = "ogg_pager"
2024-04-21 18:45:22 +00:00
version = "0.6.1"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
2021-12-23 15:15:13 +00:00
edition = "2021"
license = "MIT OR Apache-2.0"
2021-12-23 15:15:13 +00:00
description = "A simple OGG page reader"
repository = "https://github.com/Serial-ATA/lofty-rs"
2022-01-07 17:49:02 +00:00
keywords = ["ogg", "xiph"]
2024-01-03 15:17:18 +00:00
categories = ["multimedia", "multimedia::audio", "parser-implementations"]
include = ["src", "Cargo.toml", "../LICENSE-*"]
[dependencies]
2024-04-24 01:57:05 +00:00
byteorder = { workspace = true }
[lints]
workspace = true