[package] name = "fb-test" version = "0.1.3" authors = ["yuuangzhang "] 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"