This repository has been archived on 2020-11-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
clap-template/{{project_name}}/Cargo.toml

18 lines
375 B
TOML

[package]
name = "{{project_name}}"
version = "0.0.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
{% if license != "None" -%}
license = "{{license}}"
{%- endif %}
description = "{{description}}"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33"
toml = "0.5"
rust_util = "0.6"