summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d42045a95428172dce66c2efecc05b9e7a4119a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rpn"
version = "0.0.2"
edition = "2021"
author = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
description = "Reverse Polish Notation parsing support"
[lib]
name = "rpn"
path = "src/lib.rs"
[dependencies]
tree = { version = "0.0.1", registry = "kellnr" }