-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
24 lines (22 loc) · 827 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "create-rust-github-repo"
version = "0.5.4"
edition = "2021"
description = "`create-rust-github-repo` is a CLI program that creates a new repository on GitHub, clones it locally, initializes a Rust project, copies the configs from a pre-existing directory."
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/DenisGorbachev/create-rust-github-repo"
repository = "https://github.com/DenisGorbachev/create-rust-github-repo"
readme = "README.md"
keywords = ["github", "utils"]
categories = ["command-line-utilities", "development-tools"]
[package.metadata.details]
title = "Create Rust GitHub repo"
tagline = ""
summary = ""
announcement = ""
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.3.24", features = ["derive", "env"] }
derive-new = "0.6.0"
derive_setters = "0.1.6"
fs_extra = "1.3.0"