blob: 00fdb248a629f6d68e3d0c32c5f4c6d8ada74e25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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"
|