mirror of
https://github.com/FliegendeWurst/sensor-dashboard.git
synced 2024-11-08 18:30:42 +00:00
12 lines
285 B
TOML
12 lines
285 B
TOML
[package]
|
|
name = "sensor-dashboard"
|
|
version = "1.0.0"
|
|
edition = "2018"
|
|
authors = ["Arne Keller <arne.keller@posteo.de>"]
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rusqlite = "0.28.0"
|