[package] name = "artifice-installer" version = "0.1.0-alpha2" description = "this crate serves as the installer for the artifice network, however it can also be used as a simple task scheduler" authors = ["Julian Lazaras "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/artifice-network/installer" keywords = ["artifice", "scheduler"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.114" serde_derive = "1.0.114" serde_json = "1.0.56" dirs = "3.0.1" networking = "0.1.4" artifice-manager = "0.1.4" git2 = "0.13.6" tempfile = "3.1.0" walkdir = "2.3.1" crossterm = "0.17.0"