[package] name = "fctool" version = "2.0.1" authors = ["Samuel Kriikkula "] edition = "2021" description = "Shell Scripting Language" repository = "https://gitlab.com/xamn/fctool" license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lalrpop-util = { version = "0.20.0", features = ["lexer"] } regex = "1.10.2" lazy_static = "1.4.0" structopt = "0.3.26" snailquote = "0.3.1" [build-dependencies] lalrpop = "0.20.0" regex = "1.10.2"