[package]
edition = "2021"
name = "f-tree"
version = "0.4.0"
authors = ["BorisZhguchev <zhguchev@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "the cli app to execute the commands from forester."
homepage = "https://github.com/forester-bt/f-tree"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/forester-bt/f-tree"
[[bin]]
name = "f-tree"
path = "src/main.rs"
[dependencies.clap]
version = "4.6.6"
features = [
"derive",
"cargo",
]
[dependencies.env_logger]
version = "0.11.11"
[dependencies.forester-rs]
version = "0.7.0"
[dependencies.log]
version = "0.4"