# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tows" version = "1.0.2" authors = ["nju33 "] include = ["**/*.rs", "Cargo.toml"] default-run = "tows" description = "A tool for Node.js project to install the same dependencies of its project to each workspace package" readme = "README.md" keywords = ["monorepo"] categories = ["command-line-utilities"] license-file = "LICENSE" [package.metadata.release] post-release-commit-message = "build: released {{next_version}} to crates.io" pre-release-commit-message = "build: release {{version}} to crates.io" [[bin]] name = "tows" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.termion] version = "1.5.5"