feat(rp-rust): implement rp tool in Rust (#235)

This commit is contained in:
Gergő Móricz
2024-04-19 20:44:55 +02:00
committed by GitHub
parent c2d0d34c57
commit cc7e8dc510
12 changed files with 1518 additions and 428 deletions

View File

@@ -11,10 +11,12 @@ members = [
"to",
"fuzz",
"secret-memory",
"rp",
]
default-members = [
"rosenpass"
"rosenpass",
"rp",
]
[workspace.metadata.release]