Skip to content

Commit

Permalink
chore: fix cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Nov 29, 2023
1 parent d7c4878 commit 96348f5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
[package]
name = "secured"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
authors = ["mikesposito"]
license = "MIT"
description = "A lightweight, easy-to-use Rust package for file encryption and decryption, suitable for both CLI and library integration in Rust applications."
repository = "https://github.com/mikesposito/secured/"
keywords = [
"crypto",
"encryptor",
"vault",
"encrypt",
"decrypt",
"cipher",
"password",
"passworder",
]

[workspace]
members = ["enclave"]
Expand Down
11 changes: 1 addition & 10 deletions enclave/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
[package]
name = "secured-enclave"
version = "0.0.1"
version = "0.1.0"
authors = ["mikesposito"]
readme="README.md"
edition = "2021"
repository = "https://github.com/mikesposito/walleth/crates/vault/safe"
keywords = [
"ethereum",
"wallet",
"library",
"crypto",
"signing",
]

[dependencies.chacha20poly1305]
version = "~0.9.0"
Expand Down

0 comments on commit 96348f5

Please sign in to comment.