jamdl/Cargo.toml
John Rogers 8d58e50847 feat: use local copy when NAS_HOST is localhost
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-08-17 14:03:12 +01:00

12 lines
283 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"] }
fs_extra = "1.3.0"
tempfile = "3.10.1"