mirror of
https://github.com/Noratrieb/node-package-manager.git
synced 2026-01-14 23:55:00 +01:00
initial commit
This commit is contained in:
commit
191bf40f82
4 changed files with 160 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "node-package-manager"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "3.1.18"
|
||||
Loading…
Add table
Add a link
Reference in a new issue