[package] name = "find-big-file" version = "0.1.7" edition = "2018" description = "A tool to find bigfile in filesystem" license = "MIT OR Apache-2.0" email = "569105585@qq.com" [[bin]] name = "fb" path = "src/main.rs" # The source file of the target.