rl-hours-tracker 0.2.2

A rust binary used for calculating the hours played of Rocket League in the past two weeks.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.chrono]
version = "0.4.38"

[dependencies.stopwatch]
version = "0.0.7"

[dependencies.sysinfo]
version = "0.31.2"

[package]
description = "A rust binary used for calculating the hours played of Rocket League in the past two weeks."
edition = "2021"
license = "MIT"
name = "rl-hours-tracker"
readme = "README.md"
repository = "https://github.com/OneilNvM/rl-hours-tracker"
version = "0.2.2"