mirror of
https://github.com/danog/tergent.git
synced 2024-11-26 20:15:00 +01:00
13 lines
221 B
TOML
13 lines
221 B
TOML
[package]
|
|
name = "tergent"
|
|
version = "0.1.0"
|
|
authors = ["Kaan Karaagacli <kaankaraagacli@gmail.com>"]
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
hex = "0.3.2"
|
|
rand = "0.5.5"
|
|
byteorder = "1"
|
|
base64 = "0.9.3"
|
|
signal-hook = "0.1.5"
|