25 lines
775 B
TOML
25 lines
775 B
TOML
[package]
|
|
name = "radicle-fetch"
|
|
license = "MIT OR Apache-2.0"
|
|
version = "0.1.0"
|
|
authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bstr = { version = "1.3" }
|
|
either = { version = "0" }
|
|
gix-actor = { version = "0.28.0" }
|
|
gix-features = { version = "0.36", features = ["progress"] }
|
|
gix-hash = { version = "0.13.1" }
|
|
gix-odb = { version = "0.54" }
|
|
gix-pack = { version = "0.44" }
|
|
gix-protocol = { version = "0.41.1", features = ["blocking-client"] }
|
|
gix-transport = { version = "0.38", features = ["blocking-client"] }
|
|
log = { version = "0.4.17", features = ["std"] }
|
|
nonempty = { version = "0.8.1" }
|
|
radicle-git-ext = { version = "0.6.0", features = ["bstr"] }
|
|
thiserror = { version = "1" }
|
|
|
|
[dependencies.radicle]
|
|
path = "../radicle"
|