pullcode 1.0.0

Pull code from remote repositories through a YAML file.
# 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 = "2024"
name = "pullcode"
version = "1.0.0"
authors = ["ysc<skyholmes@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pull code from remote repositories through a YAML file."
homepage = "https://github.com/yscsky/pullcode"
documentation = "https://github.com/yscsky/pullcode"
readme = "readme.md"
keywords = [
    "git",
    "repository",
    "yaml",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/yscsky/pullcode"

[[bin]]
name = "pullcode"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_yaml_bw]
version = "2.5.4"