fork of radicle with Git LFS support, backed by IPFS
Go to file
Fintan Halpenny a56d9008e6
radicle: depend on radicle-git published crates
The `git-ref-format`[0] and `radicle-git-ext`[1] crates are now
published to crates.io.

Switch the dependency to rely on them. This also required to update
the `git2` dependency to `0.15.0` as well as using the
`vendored-libgit2` feature -- avoiding the openssl dependency too.

[0]: https://crates.io/crates/git-ref-format
[1]: https://crates.io/crates/radicle-git-ext

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
2022-10-14 13:16:11 +02:00
.github/workflows Update Rust to 1.64 2022-09-26 11:27:31 +02:00
.nix meta: add nix tooling 2022-10-12 12:21:01 +02:00
radicle radicle: depend on radicle-git published crates 2022-10-14 13:16:11 +02:00
radicle-node node: handle announcement relay correctly 2022-10-14 13:09:06 +02:00
radicle-ssh ssh: remove unused traits, simplify code 2022-10-13 22:33:36 +02:00
radicle-tools radicle: namespace peers 2022-10-12 12:30:05 +02:00
.gitignore Initial commit 2022-09-13 10:13:13 +02:00
Cargo.lock radicle: depend on radicle-git published crates 2022-10-14 13:16:11 +02:00
Cargo.toml radicle: depend on radicle-git published crates 2022-10-14 13:16:11 +02:00
rust-toolchain Update Rust to 1.64 2022-09-26 11:27:31 +02:00