21 lines
501 B
TOML
21 lines
501 B
TOML
[package]
|
|
name = "livebox"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A library to gather data from Livebox 4 & 5."
|
|
license = "GPL-3.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[badges]
|
|
maintenance = { status = "experimental" }
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.81"
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-test = "0.4.2"
|
|
log = "0.4.17"
|
|
env_logger = "0.9.0"
|
|
cookie = "0.16"
|