aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 16eb3232013aa3ab0fa237a9188e34b5adc5d6a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "t"
version = "0.1.0"
authors = ["Denis Evsyukov <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
getopts = "0.2"
rust-crypto = "0.2"