blob: 54b8246fd3c60481e1c8738af2023ff0a0065c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "dwarvish"
version = "0.0.0"
edition = "2021"
license = "MIT"
description = "A POSIX compliance shell and tiny functional programming language"
[[bin]]
name = "dwvsh"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ctrlc = "3.4.2"
notify = "6.1.1"
signals2 = "0.3.3"
|