bfi 0.1.1

Print a configurable list of info about a file or directory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bfi"
version = "0.1.1"
edition = "2024"
authors = ["fluxdiv <156196590+fluxdiv@users.noreply.github.com>"]
license-file = "LICENSE"
readme = "README.md"
description = "Print a configurable list of info about a file or directory"
repository = "https://github.com/lfuxdiv/bfi"
exclude = ["assets/*"]

[dependencies]
anyhow = "1.0.102"
dirs = "6.0.0"
quickfig = { version = "0.2.2", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"