[package]
name = "clearshell"
version = "0.0.1-alpha-2"
authors = ["Altrius <tom.b.2k2@gmail.com>"]
edition = "2018"
description = "A shell environment built with the goal of being simple, clean, and easy to use"
homepage = "https://altriusrs.github.io/clearshell"
documentation = "https://altriusrs.github.io/clearshell/latest/doc/clearshell/"
readme = "./README.md"
license = "MIT"
exclude = [
"target/*",
".idea/*",
".git/*",
"docs/*",
"binaries/*",
".github/*"
]
[dependencies]
crossterm = "0.19.0"
chrono = "0.4.19"
proctitle = "0.1.1"
is_executable = "1.0.1"
systemstat = "0.1.7"
dirs-2 = "3.0.1"
ctrlc = "3.1.8"
lazy_static = "1.4.0"
serde = "1.0.123"
serde_derive = "1.0.123"
toml = "0.5.8"