expanduser 1.2.2

attempts to expand ~ and ~user while creating a filesystem path
Documentation
[package]
name = "expanduser"
authors = ["Paul Woolcock <paul@woolcock.us>"]
version = "1.2.2"
license = "CC-PDDC"
documentation = "https://docs.rs/expanduser"
description = """
attempts to expand ~ and ~user while creating a filesystem path
"""
repository = "https://gitlab.com/pwoolcoc/expanduser"

[dependencies]
lazy_static = "1.0.1"
pwd = "1.3.0"
dirs = "1.0.2"