pages-server/Cargo.toml

17 lines
314 B
TOML
Raw Normal View History

2020-07-22 16:47:26 +00:00
[package]
name = "lamp"
version = "0.2.0"
authors = ["crapStone <crapstone01@gmail.com>"]
edition = "2021"
2020-07-22 16:47:26 +00:00
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
2021-08-22 13:41:18 +00:00
clap = "2.33.3"
2020-07-22 16:47:26 +00:00
[dependencies]
2021-08-22 13:41:18 +00:00
clap = "2.33.3"
2020-07-22 16:47:26 +00:00
exitcode = "1.1.2"