repeat2 0.1.0

A tool to repeat a string
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "repeat2"
version = "0.1.0"
author = ["Asit Sarker"]
license = "MIT OR Apache-2.0"
description = "A tool to repeat a string"
homepage = "https://github.com/you/repeat"
repository = "https://github.com/you/repeat"
keywords = ["cli", "repeat"]
categories = ["command-line-utilities"]

[dependencies]