Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `Clone` instance to `Profile`
xphoniex committed 3 years ago
commit 5847ad2ff194301d2415e27ffbc58644d9f054a3
parent 3aa7a5635bc2349e02a5146a19c14e108e3e219d
2 files changed +2 -2
modified radicle-crypto/src/ssh/keystore.rs
@@ -23,7 +23,7 @@ pub enum Error {
}

/// Stores keys on disk, in OpenSSH format.
-
#[derive(Debug)]
+
#[derive(Debug, Clone)]
pub struct Keystore {
    path: PathBuf,
}
modified radicle/src/profile.rs
@@ -48,7 +48,7 @@ pub enum Error {
    KeyNotRegistered(PublicKey),
}

-
#[derive(Debug)]
+
#[derive(Debug, Clone)]
pub struct Profile {
    pub home: PathBuf,
    pub storage: Storage,