mirror of
https://github.com/danog/libdvb.git
synced 2024-11-26 20:04:39 +01:00
18 lines
434 B
TOML
18 lines
434 B
TOML
[package]
|
|
name = "libdvb"
|
|
version = "0.2.3"
|
|
description = "Interface for DVB-API v5 devices in Linux"
|
|
authors = ["Cesbo Developers Team <info@cesbo.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
documentation = "https://docs.rs/libdvb"
|
|
repository = "https://github.com/cesbo/libdvb"
|
|
keywords = ["dvb", "ts"]
|
|
categories = ["api-bindings", "hardware-support"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nix = "0.19"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|