Logo
Explore Help
Sign In
jesus/dir-odt-to-pdf
1
0
Fork 0
You've already forked dir-odt-to-pdf
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
dir-odt-to-pdf/Cargo.toml

16 lines
376 B
TOML
Raw Normal View History

chore: add source code
2025-05-20 21:55:58 +01:00
[package]
name = "dir-odt-to-pdf"
version = "0.1.0"
description = "Convert source directory with odt files to target path with pdf files"
authors = ["Jesús Pérez <jpl@jesusperez.pro>"]
edition = "2024"
[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
which = "7.0.3"
refactor: improve logging and test organization BREAKING CHANGE: Logging output now goes to either file or console, not both Logging changes: - Rename MultiWriter to LogWriter for clarity - Change logging to write to either file or console exclusively - Improve log initialization message format - Add better documentation for logging behavior Test organization: - Move tests from directory_processor.rs to separate test modules - Follow modern Rust convention using tests.rs instead of mod.rs - Create proper test directory structure under src/tests/ - Make necessary struct fields pub(crate) for testing This commit improves code organization and makes logging behavior more conventional by directing output to a single destination.
2025-05-26 18:43:00 +01:00
log = "0.4"
env_logger = "0.11.8"
thiserror = "2.0.12"
tempfile = "3.8"
chrono = "0.4"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 29ms Template: 2ms
English
English
Licenses API