# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "npi" version = "0.2.0" authors = ["Viktor D. "] description = "Cli tool to init projects with custom file structure" readme = "README.md" license = "MIT" resolver = "2" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.fsn] version = "0.1.4"