-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (19 loc) · 754 Bytes
/
Copy pathCargo.toml
File metadata and controls
21 lines (19 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "rm-node"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "Delete node_modules, package-lock.json and/or yarn.lock quickly and asynchronously on all platforms"
repository = "https://github.com/samarmohan/rm-node"
homepage = "https://github.com/samarmohan/rm-node"
keywords = ["io", "cross-platform", "async", "javascript", "cli"]
categories = ["command-line-utilities"]
readme = "README.md"
authors = ["Samar Mohan <samar.mohan@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.16.1", features = ["full"] }
delete = "1.0.1"
clap = { version = "3.0.14", features = ["default"] }
indicatif = "0.16.2"
owo-colors = "3.2.0"