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

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