๐Ÿ“ฆ REALERvolker1 / lsdiff

๐Ÿ“„ Cargo.toml ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14[package]
name = "lsdiff"
description = "A program to show you new files and folders"
repository = "https://github.com/REALERvolker1/lsdiff"
readme = "README.md"
license = "GPL-3.0-only"
version = "0.1.0"
authors = ["vlk <https://github.com/REALERvolker1>"]
edition = "2021"

[dependencies]
lscolors = "0.13.0"
nu-ansi-term = "0.46.0"