arrsingh 0.5.0

A top level crate in the workspace
Documentation
[package]
name = "arrsingh"
version = "0.5.0"
authors = ["Rahul Singh <rsingh@arrsingh.com>"]
edition = "2018"
description = "A top level crate in the workspace"
categories = [
	"data-structures",
]
documentation = "https://docs.rs/arrsingh-test"
homepage = "https://arrsingh.com"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/deepmesa/arrsingh-test"

[dependencies]
arrsingh-lists = {path = "./arrsingh-lists", version = "0.5.0-dev"}


[workspace]
members = [
    ".",
    "arrsingh-lists",
]