Commit graph

2 commits

Author SHA1 Message Date
66a2f517c3 feat: Add project dependencies and metadata
- Configure Cargo.toml with version 1.0.0
- Add sysinfo for system monitoring (equivalent to Python's psutil)
- Add clap for command-line argument parsing
- Add serde/serde_json for configuration management
- Add chrono for datetime operations
- Add logging framework (log + env_logger)
- Add CSV export support
- Add anyhow for error handling
2025-11-28 14:00:00 +08:00
77355ed667 feat: Initialize Rust project structure
- Set up basic Cargo project with tracker-rs name
- Initialize source directory with main.rs template
- Establish foundation for Rust rewrite of system tracker
2025-11-27 09:00:00 +08:00