[package] name = "lfs" version = "2.6.0" authors = ["dystroy "] edition = "2021" keywords = ["linux", "filesystem", "fs"] license = "MIT" categories = ["filesystem", "command-line-utilities"] description = "give information on mounted filesystems" repository = "https://github.com/Canop/lfs" readme = "README.md" rust-version = "1.59" [dependencies] argh = "0.1.7" bet = "1.0.0" crossterm = "0.23.1" file-size = "1.0.3" lfs-core = "0.11.0" serde = "1.0" serde_json = "1.0" termimad = "0.20.0" [profile.release] strip = true [patch.crates-io] # minimad = { path = "../minimad" } # termimad = { path = "../termimad" } # lfs-core = { path = "../lfs-core" }