initial commit

This commit is contained in:
nora 2022-05-14 13:55:54 +02:00
commit 191bf40f82
4 changed files with 160 additions and 0 deletions

9
Cargo.toml Normal file
View 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"