secret-msg 0.3.1

Simple way to encrypt a message
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "secret-msg"
version = "0.3.1"
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
edition = "2018"
readme = "README.md"
description = "Simple way to encrypt a message"
repository = "https://github.com/sigmaSd/Secret-Message"
license = "MIT"

[dependencies]
chrono = "0.4.6"
rand = "0.6.5"
md5 = "0.6.1"

[[bin]]
name = "secret_msg"
path = "src/main.rs"