jerome 0.1.0

Does ROT13 decoding/encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jerome"
version = "0.1.0"
edition = "2021"
authors = ["Jon Anderson <coding@jpanderson.dev>"]
license = "MIT"
description = "Does ROT13 decoding/encoding"
repository = "https://github.com/tedious-tools/jerome"
keywords = ["cli", "asdf"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cli-clipboard = "0.4.0"
anyhow = "1.0"