summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ae18cfc5a576a393f89e55787bc61e5043e7c9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"

[dependencies]
signal-hook = "0.3.17"