Open
Description
Hi there,
I'm looking for something that I can generate the m of n signing key programatically - thought I would give this a whirl.
I'm unable to build. Am I missing something here?
Ubuntu 24.10
davew@hsm:~/offline-keystore$ cargo --version
cargo 1.80.1 (376290515 2024-07-16)
davew@hsm:~/offline-keystore$ rustc --version
rustc 1.80.1 (3f5fd8dd4 2024-08-06) (built from a source tarball)
Compiling oks v0.3.2 (/home/davew/offline-keystore)
error[E0425]: cannot find function `exists` in module `fs`
--> src/ca.rs:285:16
|
285 | if fs::exists(&path).with_context(|| {
| ^^^^^^ not found in `fs`
For more information about this error, try `rustc --explain E0425`.
Metadata
Metadata
Assignees
Labels
No labels