# 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 = "jabba-cpc" version = "0.1.2" authors = ["Laszlo Szathmary, alias Jabba Laci "] description = "Copies the path of the current working dir. to the clipboard. If a parameter is given, it's also added to the path." readme = "README.md" keywords = [ "path", "clipboard", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jabbalaci/jabba-cpc" resolver = "2" [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "cpc" path = "src/main.rs" bench = false [dependencies.jabba-lib] version = "0.1.4"