reverse_tool 0.1.0

A CLI tool to reverse a string.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "reverse_tool"
version = "0.1.0"
edition = "2021"
description = "A CLI tool to reverse a string."
license = "MIT"
repository = "https://github.com/Blasberg15-hue/reverse_tool"
homepage = "https://github.com/Blasber15-hue/reverse_tool"
documentation = "https://docs.rs/reverse_tool"
readme = "README.md"

[dependencies]
clap = { version = "3.0", features = ["derive"] }

[lib]
path = "src/reverse.rs"