lets_find_up 0.0.4

Find a file or directory by walking up parent directories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lets_find_up"
license = "MIT"
version = "0.0.4"
edition = "2021"
description = "Find a file or directory by walking up parent directories."
repository = "https://github.com/jayvdb/lets_find_up"
keywords = ["find-up", "find_up", "findup"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
sugar_path = "1.2"
tempfile = "3.14"