[package] name = "yash-arith" version = "0.2.1" authors = ["WATANABE Yuki "] edition = "2021" rust-version = "1.58.0" description = "POSIX shell arithmetic expansion" # documentation = "https://yash.osdn.jp/doc/" readme = "README.md" # homepage = "https://yash.osdn.jp/" repository = "https://github.com/magicant/yash-rs" license = "GPL-3.0-or-later" keywords = ["posix", "shell"] categories = ["command-line-utilities"] [dependencies] thiserror = "1.0.47"