lofty-rs/ogg_pager/Cargo.toml

18 lines
482 B
TOML
Raw Normal View History

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