summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 743ef81421c4dab04af87a77996c19eaa6a2d40a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dwarvish"
version = "0.0.0"
edition = "2021"
license = "BSD-3-Clause"
description = "A (mostly) POSIX compliant shell and tiny functional programming language"

[[bin]]
name = "dwvsh"
path = "src/main.rs"

[dependencies]
libc = "0.2.153"
signal-hook = "0.3.17"