irust 0.3.8

Cross Platform Rust Repl
[package]
name = "irust"
version = "0.3.8"
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
edition = "2018"
readme = "README.md"
description = "Cross Platform Rust Repl"
repository = "https://github.com/sigmaSd/IRust"
license = "MIT"

[dependencies]
crossterm = "0.9.3"
dirs = "1.0.5"

[target.'cfg(unix)'.dependencies]
nix = "0.13.0"