aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 181ffcfc74535feb89b464cd0a58986f50340f4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "phisher"
version = "0.1.0"
authors = ["haraldei"]
edition = "2018"

[dependencies]
chrono = { version = "0.4.6", features = ["serde"] }
clap = "2.33"
serde = { version = "1.0.91", features = ["derive"] }
serde_json = "1.0.39"