pathos 0.1.2

Find user and system paths on your operating system or somebody else's.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pathos"
description = "Find user and system paths on your operating system or somebody else's."
version = "0.1.2"
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
edition = "2018"
license = "Apache-2.0 OR MIT"

[dependencies]
dirs = "2.0.2"
directories = "2.0.2"
iref = "1.1.5"
thiserror = "1.0.18"
once_cell = "1.4.0"
log = "0.4.8"

[dev-dependencies]
whoami = "0.8.1"