# 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 = "move-links" version = "0.1.1" authors = ["Adolin "] description = "CLI utility to move (or rename) your files to a new location and redirect all of its symbolic links, to the new path (or name)" license = "MIT" [[bin]] name = "mvl" path = "src/main.rs" bench = false [dependencies.clap] version = "2.33.3" [dependencies.path-clean] version = "0.1.0"