[package]
name = "rustack"
version = "0.1.0"
edition = "2021"
authors = ["Guy Marshall <guymarshall.c@gmail.com>"]
description = "A stack implementation in Rust."
license = "MIT"
repository = "https://github.com/guymarshall/rustack"
homepage = "https://github.com/guymarshall/rustack"
documentation = "https://docs.rs/rustack"
readme = "README.md"
[dependencies]