oceanpkg 0.0.1

Client library for the Ocean package manager.
Documentation
[package]
name = "oceanpkg"
description = "Client library for the Ocean package manager."
version = "0.0.1"
authors = ["The Ocean Project Developers"]
license = "Apache-2.0"
edition = "2018"
homepage = "https://www.oceanpkg.org"
repository = "https://github.com/oceanpkg/ocean"
documentation = "https://docs.rs/oceanpkg"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"]

[lib]
name = "ocean"

[dependencies]
dirs = "1"

[dev-dependencies]
tempfile = "3"