mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
feat(tee-key-preexec): add cmdline arg for env prefix
- Introduced `clap` for command-line argument parsing. - Replaced manual argument handling with `clap`'s derived `Args` struct. - Updated environmental variables to use dynamic prefixes. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6b0b0b69ca
commit
c94912d832
3 changed files with 33 additions and 16 deletions
|
@ -10,6 +10,7 @@ repository.workspace = true
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
rand.workspace = true
|
||||
secp256k1.workspace = true
|
||||
teepot.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue