# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "vrsh" version = "0.1.2" authors = ["Vidar Magnusson "] build = "lalrpop-build.rs" description = "A simple shell written for my own learning." readme = "README.md" license = "AGPL-3.0" [dependencies.git2] version = "0.13" [dependencies.lalrpop-util] version = "0.19.5" [dependencies.regex] version = "1.4.5" [dependencies.rustyline] version = "8.0.0" [dependencies.rustyline-derive] version = "0.4.0" [dependencies.signal-hook] version = "0.3.8" [dependencies.termion] version = "1.5.6" [build-dependencies.lalrpop] version = "0.19.5"