watchdiff 0.1.0

A small utility to diff watch output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.chrono]
version = "0.4.19"

[package]
authors = ["geno nullfree <nullfree.geno@gmail.com>"]
categories = ["command-line-utilities"]
description = "A small utility to diff watch output"
edition = "2021"
homepage = "https://github.com/genonullfree/watchdiff.git"
keywords = ["diff", "watch"]
license = "BSD-3-Clause"
name = "watchdiff"
readme = "README.md"
repository = "https://github.com/genonullfree/watchdiff.git"
resolver = "2"
version = "0.1.0"