rush/Cargo.toml
Daniel Bulant 33571b0c03 better CLI
2022-02-21 15:08:22 +01:00

18 lines
405 B
TOML

[package]
name = "rush"
version = "0.1.0"
authors = ["Daniel Bulant <danbulant@gmail.com>"]
edition = "2018"
description = "A simple rust shell"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
utf8-chars = "1.0.0"
termion = "1.5.6"
filedescriptor = "0.8.1"
clap = "3.1.0"
[dependencies.anyhow]
version = "1.0.54"
features = ["backtrace"]