11 lines
257 B
TOML
11 lines
257 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
|
|
|
|
[dependencies]
|