jamdl/Cargo.toml
John Rogers 8a1d67166f refactor: Convert jamdl shell script to a Rust application
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-08-17 14:01:03 +01:00

11 lines
264 B
TOML

[package]
name = "jamdl"
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.82"
clap = { version = "4.5.4", features = ["derive"] }
tempfile = "3.10.1"