mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2026-04-13 19:26:24 +00:00
16 lines
344 B
TOML
16 lines
344 B
TOML
[package]
|
|
name = "opus"
|
|
version = "0.1.0"
|
|
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
|
|
|
description = "Safe Rust bindings for libopus"
|
|
readme = "README.md"
|
|
license = "MIT/Apache-2.0"
|
|
keywords = ["opus", "codec", "voice", "sound", "audio"]
|
|
|
|
repository = "https://github.com/SpaceManiac/opus-rs"
|
|
|
|
[dependencies]
|
|
opus-sys = "0.1.2"
|
|
libc = "0.1"
|