mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 08:57:55 +00:00
16 lines
314 B
TOML
16 lines
314 B
TOML
[package]
|
|
name = "lamp"
|
|
version = "0.2.0"
|
|
authors = ["crapStone <crapstone01@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
clap = "2.33.3"
|
|
|
|
[dependencies]
|
|
clap = "2.33.3"
|
|
exitcode = "1.1.2"
|