Skip to content

Commit 22e8241

Browse files
committed
cargo-rail: added an 'undo' sub-command for the 'unify' command to ensure that reversing unification is easy and low friction. added the
1 parent 0759727 commit 22e8241

File tree

14 files changed

+1403
-40
lines changed

14 files changed

+1403
-40
lines changed

Cargo.lock

Lines changed: 216 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ rayon = "1.11.0"
3939
# Parsing (zero-copy, minimal deps)
4040
winnow = "0.7.13"
4141

42+
# Date/time handling for backup timestamps
43+
chrono = "0.4"
44+
4245
[dev-dependencies]
4346
tempfile = "3.23.0"
4447

0 commit comments

Comments
 (0)