Skip to content

Commit 367b812

Browse files
authored
feat(signed doc): add binary compilation (#182)
elf
1 parent c777f93 commit 367b812

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

rust/signed_doc/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ ed25519-dalek = { version = "2.1.1", features = ["pem", "rand_core"] }
2222
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
2323
hex = "0.4.3"
2424
strum = { version = "0.26.3", features = ["derive"] }
25+
clap = { version = "4.5.23", features = ["derive", "env"] }
26+
2527

2628
[dev-dependencies]
27-
clap = { version = "4.5.23", features = ["derive", "env"] }
2829
rand = "0.8.5"
30+
31+
32+
[[bin]]
33+
name = "signed-docs"
34+
path = "examples/mk_signed_doc.rs"

0 commit comments

Comments
 (0)