18 lines
310 B
TOML
18 lines
310 B
TOML
[package]
|
|
name = "radicle-remote-helper"
|
|
license = "MIT OR Apache-2.0"
|
|
version = "0.2.0"
|
|
authors = ["Alexis Sellier <alexis@radicle.xyz>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
thiserror = "1"
|
|
|
|
[dependencies.radicle]
|
|
path = "../radicle"
|
|
version = "0"
|
|
|
|
[[bin]]
|
|
name = "git-remote-rad"
|
|
path = "src/git-remote-rad.rs"
|