mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
17 lines
482 B
TOML
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
|