gongor/Cargo.toml

14 lines
246 B
TOML
Raw Normal View History

2023-11-11 14:11:23 -08:00
[package]
name = "gongor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
curve25519-dalek = "4.1.1"
2023-11-11 14:11:23 -08:00
[[bin]]
name = "gongor"
path = "gongor.rs"