aris-cli 0.1.2

Command-line interface for Aris
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "aris-cli"
version.workspace = true
edition.workspace = true
description = "Command-line interface for Aris"
authors.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
keywords = ["mathematics", "math", "computing", "cli"]
categories = ["command-line-utilities", "mathematics"]

[[bin]]
name = "aris"
path = "src/main.rs"

[dependencies]