Files
nym/examples/cli/commands/verify-signature/Cargo.toml
T
Mark Sinclair 7e7072258d Add nym-cli tool (#1577)
Co-authored-by: tommy <tommyvez@protonmail.com>
2022-09-05 12:06:35 +01:00

9 lines
189 B
TOML

[package]
name = "example-verify-signature"
version = "0.1.0"
edition = "2021"
[workspace]
[dependencies]
nym-cli-commands = { git = "https://github.com/nymtech/nym", branch = "develop" }