[package] name = "mssh" version = "0.0.0" edition = "2021" license = "MIT" description = "Mssh Simple SHell. Bash interpreter/compiler. Will not support all the functionalities." readme = "README.md" keywords = ["bash", "subset", "interpreter", "compiler"] homepage = "https://gitlab.com/lootved/irsh" repository = "https://gitlab.com/lootved/irsh" [dependencies] [dev-dependencies] insta = { version = "1.28.0" } [profile.release] panic = 'abort' # Abort on panic strip = true # Strip symbols from binary