mirror of
https://github.com/JonasunderscoreJones/PI-server-rack.git
synced 2025-10-22 17:29:17 +02:00
19 lines
569 B
TOML
19 lines
569 B
TOML
[package]
|
|
name = "pi-master"
|
|
version = "0.1.0"
|
|
authors = "Jonas_Jones"
|
|
edition = "2021"
|
|
description = "The Raspberry Pi master module of the PI-server-rack project."
|
|
documentation = "https://github.com/JonasJones/PI-server-rack"
|
|
readme = "README.md"
|
|
homepage = "https://jonasjones.me/PI-server-rack"
|
|
repository = "https://github.com/J-onasJones/PI-server-rack"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["server", "raspberry pi"]
|
|
categories = ["config"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|