[package] name = "calculator-lib" version = "0.1.1" edition = "2021" authors = ["Varga Marcell "] description = "A simple calculator library." license-file = "LICENSE" [dependencies] anyhow = {version = "1.0.86", features = ["backtrace"]} thiserror = "1.0.63"