initial commit

This commit is contained in:
crapStone 2020-07-22 18:47:26 +02:00
commit 363c6a18c4
11 changed files with 589 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "lamp"
version = "0.1.0"
authors = ["crapStone <wewr.mc@gmail.com>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
clap = "2.33"
[dependencies]
clap = "2.33"
exitcode = "1.1.2"