diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-30 12:09:49 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-30 15:25:56 +0200 |
| commit | 25687fb7c98f7d7d8b1f0a04d32092f394ec4c44 (patch) | |
| tree | cd192a793dd1e8a07f1c0c9cba98527b3808a134 /mumlib/Cargo.toml | |
| parent | d8c269f66a4a5a17155bec5e2cb5ad97f3ba00fd (diff) | |
| download | mum-25687fb7c98f7d7d8b1f0a04d32092f394ec4c44.tar.gz | |
mumlib::config: dirs
Diffstat (limited to 'mumlib/Cargo.toml')
| -rw-r--r-- | mumlib/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml index 240e017..43bd8c5 100644 --- a/mumlib/Cargo.toml +++ b/mumlib/Cargo.toml @@ -12,6 +12,7 @@ license = "MIT" [dependencies] colored = "2.0" +dirs = "3" fern = "0.6" log = "0.4" serde = { version = "1.0", features = ["derive"] } |
