This commit is contained in:
Jack Grigg 2019-12-27 22:52:40 -06:00
parent 7e24ef3183
commit 72bd049b23
No known key found for this signature in database
GPG key ID: 9E8255172BBF9898
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -46,7 +46,7 @@ dependencies = [
[[package]] [[package]]
name = "age" name = "age"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"aead 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "aead 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "age" name = "age"
description = "[BETA] A simple, secure, and modern encryption tool." description = "[BETA] A simple, secure, and modern encryption tool."
version = "0.0.0" version = "0.1.0"
authors = ["Jack Grigg <thestr4d@gmail.com>"] authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/rage" repository = "https://github.com/str4d/rage"
readme = "README.md" readme = "README.md"