rodar 0.1.0

a command line tool that brings together all the functions Roy would use for analysis and decision-making.
[package]
name = "rodar"
version = "0.1.0"
edition = "2021"
authors = ["Roy Wu"]
license = "MIT"
readme = "README.md"
description = """
a command line tool that brings together all the functions Roy would use for analysis and decision-making.
"""
keywords = []
categories = ["algorithms", "no-std"]
autobenches = true
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]