radicle-heartwood-lfs/crates/radicle-protocol
Lorenz Leutgeb a1fa38018e protocol: Depend on `cypheraddr` not `cyphernet`
`radicle-protocol` depends on `cyphernet`, but only uses the module
`cyphernet::addr`, which is a re-export of `cypheraddr`, which is
unnecessary (as `cypheraddr` alone would do), and invites accidentally
pulling in more dependencies via `cyphernet`.

To prevent accidentally depending on further types from `cyphernet`,
change this to more conservativeley depend on `cypheraddr`.
2026-02-16 09:43:38 +00:00
..
src protocol: Depend on `cypheraddr` not `cyphernet` 2026-02-16 09:43:38 +00:00
Cargo.toml protocol: Depend on `cypheraddr` not `cyphernet` 2026-02-16 09:43:38 +00:00