diff options
| author | Michael Lohr <michael@lohr.dev> | 2023-04-12 19:03:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 19:03:12 +0200 |
| commit | 8300f75f22cb4dd1b871a7e617397ff7d56ba001 (patch) | |
| tree | 86897213316442d022dc32f1b94102b2083682d7 /cli/Cargo.toml | |
| parent | e4fda4176ec477c3508549e165c12406f939e8f6 (diff) | |
Read font path from environment variables (#649)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 68e50bb3..85357922 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -32,7 +32,7 @@ once_cell = "1" same-file = "1" siphasher = "0.3" walkdir = "2" -clap = { version = "4.2.1", features = ["derive"] } +clap = { version = "4.2.1", features = ["derive", "env"] } open = "4.0.1" [build-dependencies] |
