mirror of
https://github.com/danog/libdvb.git
synced 2024-11-30 04:19:00 +01:00
11 lines
159 B
TOML
11 lines
159 B
TOML
[package]
|
|
name = "libdvb"
|
|
version = "0.2.0"
|
|
authors = ["Cesbo Developers Team"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|