pkgs-cli 0.2.0

A simple cli tool to manage packages.
Documentation
1
2
3
4
5
use std::path::PathBuf;

pub fn home_dir() -> PathBuf {
    std::env::home_dir().expect("Failed to get home directory")
}