git-time 0.1.0

A Git wrapper to set commit date and time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "git-time"
version = "0.1.0"
edition = "2021"
authors = ["Michael Brux <7270100+michael-brux@users.noreply.github.com>"]
description = "A Git wrapper to set commit date and time"
license = "MIT" # Matches your LICENSE file
repository = "https://github.com/michael-brux/git-time"
readme = "README.md"
keywords = ["git", "commit", "date", "time"]
categories = ["development-tools"]

[dependencies]
chrono = "0.4"
home = "0.5"
which = "6.0"