caesar_cipher_enc_dec 1.0.1

can easily use caesar cipher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "caesar_cipher_enc_dec"

version = "1.0.1"

edition = "2021"

description = "can easily use caesar cipher"

license = "MIT"

repository = "https://github.com/T3pp31/caesar_cipher_enc_dec"

homepage = "https://github.com/T3pp31/caesar_cipher_enc_dec"

documentation = "https://docs.rs/caesar_cipher_enc_dec"





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



[dependencies]

clap = { version = "4.0", features = ["derive"] }



[dev-dependencies]

tempfile = "3.0"