fif/Cargo.toml

19 lines
501 B
TOML

[package]
name = "fif"
version = "0.1.0"
authors = ["Lynnesbian <lynne@bune.city>"]
edition = "2018"
license = "GPL-3.0-or-later"
#license-file = "LICENSE"
[dependencies]
walkdir = "2.3.1"
structopt = "0.3.21"
#clap = "3.0.0-beta.2"
log = "0.4.14"
env_logger = "0.8.2"
smartstring = "0.2.6"
# use git version while waiting on a release incorporating https://github.com/ebassi/xdg-mime-rs/commit/de5a6dd
xdg-mime = {git = "https://github.com/ebassi/xdg-mime-rs", version = "0.3"}
mime_guess = "2.0.3"