mtemp/Cargo.toml

13 lines
288 B
TOML
Raw Normal View History

2023-08-19 17:15:18 +02:00
[package]
name = "temp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
serde = {version = "1.0.183", features = ["derive"]}
serde_json = "1.0.103"
structopt = "0.3.26"