fb-test 0.1.3

A tool to find bigfile in filesystem
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fb-test"
version = "0.1.3"
authors = ["yuuangzhang <yuuangzhang@tencent.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
email = "569105585@qq.com"
description = "A tool to find bigfile in filesystem"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
find-big-file = {path="../find-big-file", version="0.1.6"}
# find-big-file = "^0"

[[bin]]
name = "fb-test"
path = "src/main.rs"    # The source file of the target.
# find-big-file = "^0"