[package] name = "revpolnot" description = "A simple Infix to Reverse Polish notation converter lib and executable" version = "1.0.2" authors = ["Iovoslav Iovchev "] edition = "2018" license = "GPL-3.0" [lib] name = "lib" crate-type = ["lib"] path = "src/lib/lib.rs" bench = false [dependencies] structopt = "0.3"