rtree 0.1.0

Directory tree structure written in Rust
1
2
3
4
5
6
7
8
9
10
[package]
name = "rtree"
version = "0.1.0"
authors = ["smoqadam <phpro.ir@gmail.com>"]
description=" Directory tree structure written in Rust "
license="MIT"
repository="https://github.com/smoqadam/rtree"

[dependencies]
clap="2.23.2"