mirror of
https://github.com/JonasunderscoreJones/PI-server-rack.git
synced 2025-10-22 17:29:17 +02:00
initial project structure
This commit is contained in:
parent
7179e83fa2
commit
bde52a6e9b
17 changed files with 104 additions and 13 deletions
19
pi-master/Cargo.toml
Normal file
19
pi-master/Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[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]
|
1
pi-master/README.md
Normal file
1
pi-master/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Raspberry PI master module
|
3
pi-master/src/main.rs
Normal file
3
pi-master/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue