Skip to content

Commit

Permalink
Bump Cargo.toml to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taxborn committed Nov 28, 2022
1 parent 2ce9690 commit d6e8445
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "playfair"
version = "0.0.2"
version = "0.1.0"
authors = ["Braxton (taxborn) Fair <[email protected]>"]
edition = "2021"
description = "A Playfair Cipher implementation in Rust"
license = "MIT"
repository = "https://github.com/taxborn/playfair-rs"
rust-version = "1.65.0"
documentation = "https://docs.rs/playfair/latest/playfair/"
keywords = ["playfair", "cipher"]


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

Expand Down

0 comments on commit d6e8445

Please sign in to comment.