tracker/Cargo.toml
m1ngsama 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

6 lines
81 B
TOML

[package]
name = "tracker-rs"
version = "0.1.0"
edition = "2024"
[dependencies]