mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-20 20:17:11 +02:00
initial commit
This commit is contained in:
commit
363c6a18c4
11 changed files with 589 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue