radicle-heartwood-lfs/crates/radicle-remote-helper/Cargo.toml

22 lines
557 B
TOML

[package]
name = "radicle-remote-helper"
description = "Radicle git remote helper"
homepage.workspace = true
license.workspace = true
version = "0.12.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition.workspace = true
build = "build.rs"
rust-version.workspace = true
[[bin]]
name = "git-remote-rad"
path = "src/git-remote-rad.rs"
[dependencies]
log = { workspace = true }
radicle = { workspace = true }
radicle-cli = { workspace = true }
radicle-crypto = { workspace = true }
radicle-git-ext = { workspace = true }
thiserror = { workspace = true }