nexus-api 0.1.0

A high level api for nexus based on nexus-lib
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "clutils"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acf5cd0df6a29ff7d155a8fddf38fa3445f2026f1a84b1c6b6e7e7ac021cb0f"

[[package]]
name = "nexus-api"
version = "0.1.0"
dependencies = [
 "clutils",
 "nexus-lib",
]

[[package]]
name = "nexus-lib"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99214c3dbde26c70c8906c9e6b07280d9cb8ece6fbcbf4416e33b83f607563d5"
dependencies = [
 "clutils",
]