mood/Cargo.toml

18 lines
276 B
TOML
Raw Normal View History

2023-11-14 05:29:02 +01:00
[package]
2023-11-18 06:13:08 +01:00
name = "mood"
2023-11-14 05:29:02 +01:00
version = "0.1.0"
edition = "2021"
2023-11-18 06:13:08 +01:00
[[bin]]
name = "mood.cgi"
path = "src/cgi.rs"
[[bin]]
name = "mood-counter"
path = "src/counter.rs"
2023-11-14 05:29:02 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]