> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Utils

**resq\_cli > utils**

# Module: utils

## Contents

**Functions**

* [`find_project_root`](#find_project_root) - Finds the project root by climbing up the directory tree from the CWD.

***

## resq\_cli::utils::find\_project\_root

*Function*

Finds the project root by climbing up the directory tree from the CWD.
Returns the current directory if no root marker is found.

```rust theme={null}
fn find_project_root() -> std::path::PathBuf
```
