mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
- Set up basic Cargo project with tracker-rs name - Initialize source directory with main.rs template - Establish foundation for Rust rewrite of system tracker
6 lines
81 B
TOML
6 lines
81 B
TOML
[package]
|
|
name = "tracker-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|