这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: hnpf/canopy

Tags

CANOPY-HOTFIX-II

Toggle CANOPY-HOTFIX-II's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V2!

VIREX CANOPY 0.2.0
edition = "2021"
authors = ["VIREX deprecated@virex.lol"]
description = "Generate and visualize directory tree structures"
license = "GPL-3.0"
repository = "https://github.com/hnpf/canopy"
keywords = ["cli", "filesystem", "tree", "visualizer"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.0", features = ["derive"] }
colored = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
csv = "1.1"
winapi = { version = "0.3", features = ["consoleapi", "wincon", "processenv", "winbase"] }
glob = "0.3"
crossterm = "0.27"
ratatui = "0.26"

CANOPY

Toggle CANOPY's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md