[package] name = "simple-interpreter" version = "0.2.0" edition = "2021" description = "Simple interpreter based on reverse poland notation" license = "GPL-3.0-or-later" [lib] path = "src/lib.rs" [[bin]] name = "example" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0"