treeScannerRust/Cargo.toml

22 lines
605 B
TOML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "treescanner"
version = "1.1.0" # Buildversion
edition = "2024" # Sprach­standard von Crate
#author wird in args.rs gesetzt
documentation = "https://github.com/realAscot/treeScanner/blob/main/README.md"
[package.metadata.winres]
subsystem = "console"
[build-dependencies]
embed-resource = "2.4"
[dependencies]
clap = { version = "4.5", features = ["derive", "cargo"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
dirs = "5"
[dev-dependencies]
tempfile = "3"