mood/Cargo.toml

17 lines
276 B
TOML

[package]
name = "mood"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "mood-cgi"
path = "src/cgi.rs"
[[bin]]
name = "mood-counter"
path = "src/counter.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]