Files
mini_projects/crypto/caeser_cipher/Cargo.toml
2024-01-25 21:52:10 +00:00

9 lines
182 B
TOML

[package]
name = "caeser_cipher"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]