[package] name = "walkup" version = "1.0.1" description = "Finds a file by walking up the directory tree" edition = "2021" rust-version = "1.56.0" # Needs Rust 1.80 for running test suite authors = [ "Radim Kolar " ] license = "Unlicense OR CC0-1.0" categories = [ "filesystem" ] keywords = [ "walk", "dir", "file" ] homepage = "https://gitlab.com/hsn10/walkup" documentation = "https://docs.rs/walkup" repository = "https://gitlab.com/hsn10/walkup.git" [dependencies] [dev-dependencies] minstd = "0.9.1"