# 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 = "psync" version = "0.1.0" authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] description = "A CLI tool to sync packages" homepage = "https://github.com/ken-matsui/psync#readme" documentation = "https://docs.rs/psync" readme = "README.md" license = "MIT" repository = "https://github.com/ken-matsui/psync/" [dependencies.anyhow] version = "1.0" [dependencies.os_type] version = "2.6" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.toml] version = "0.5" [dependencies.xdg] version = "2.1"