Skip to content

Instantly share code, notes, and snippets.

@andurilan
Created September 1, 2018 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andurilan/8c810618c83cd4f426e131feeca97862 to your computer and use it in GitHub Desktop.
Save andurilan/8c810618c83cd4f426e131feeca97862 to your computer and use it in GitHub Desktop.
[package]
build = "src/build.rs"
name = "_installer"
version = "0.8.1"
authors = ["Hugo Wang <w@mitnk.com>"]
description = "A simple Unix shell."
repository = "https://github.com/"
keywords = ["shell", "unix"]
categories = ["command-line-utilities", "command-line-interface", "development-tools"]
license = "MIT"
[[bin]]
name = "_installer"
doc = false
[dependencies]
match_all = "0.2.5"
main_loop = "0.3.2"
rprompt = "1.0.3"
linefeed = "0.5.0"
libc = "0.2.0"
errno = "0.2.0"
nom = "3.0"
regex = "1.0.0"
nix = "0.10.0"
sqlite = "0.23.0"
time = "0.1"
yaml-rust = "0.3.0"
glob = "0.2.0"
exec = "0.3.0"
[build-dependencies]
time = "0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment