[package] name = "upm_lib" version = "0.3.0" authors = ["Brandon Moore "] license = "MIT" description = "Universal Package Manager is a way to perform basic package management across a range of package managers such as Apt, Pip, and Gem. This is the backend logic that can be used to create a frontend for upm." [dependencies] toml = "0.4.5" failure = "0.1.1" regex = "0.2"