1
0
mirror of https://github.com/danog/libdvb.git synced 2024-11-30 04:19:00 +01:00
libdvb/Cargo.toml

18 lines
434 B
TOML
Raw Normal View History

[package]
2020-10-23 10:27:18 +02:00
name = "libdvb"
version = "0.2.2"
2021-01-20 13:05:25 +01:00
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"]
2019-02-12 21:42:10 +01:00
edition = "2018"
[dependencies]
libc = "0.2"
2020-10-23 10:27:18 +02:00
anyhow = "1.0"
thiserror = "1.0"