mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
8 lines
202 B
TOML
8 lines
202 B
TOML
[package]
|
|
name = "key_generator"
|
|
version = "0.1.0"
|
|
authors = ["Michal Podhradsky <michal.podhradsky@galois.com>"]
|
|
|
|
[dependencies]
|
|
rusthacl = { git = "https://github.com/podhrmic/rusthacl" }
|
|
rand = "0.3" |