unc-units 0.1.0

Rust library for parsing and displaying UNC units.
Documentation
[package]
name = "unc-units"
version = "0.1.0"
authors = ["Near Inc <team@near.org>"]
edition = "2018"
license = "GPL-3.0"
categories = ["near"]
repository = "https://github.com/near/units-rs"
description = """
Rust library for parsing and displaying UNC units.
"""


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
unc-units-core = { path = "../core", version = "0.1.0"}
unc-units-macro = { path = "../macro", version = "0.1.0"}