This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare crates for publishing to
crates.io
- Loading branch information
Showing
6 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "radicle-cob" | ||
version = "0.1.0" | ||
description = "Radicle Collaborative Objects library" | ||
homepage = "https://radicle.xyz" | ||
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" | ||
version = "0.2.0" | ||
authors = [ | ||
"Alex Good <[email protected]>", | ||
"Fintan Halpenny <[email protected]>", | ||
] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
description = "Library for implementing Radicle Collaborative Objects" | ||
keywords = ["radicle", "collaborative objects", "cob", "cobs"] | ||
|
||
[lib] | ||
keywords = ["radicle", "cob", "cobs"] | ||
|
||
[dependencies] | ||
fastrand = { version = "1.9.0" } | ||
|
@@ -27,12 +27,12 @@ features = ["vendored-libgit2"] | |
|
||
[dependencies.radicle-crypto] | ||
path = "../radicle-crypto" | ||
version = "0.1" | ||
version = "0" | ||
features = ["ssh"] | ||
|
||
[dependencies.radicle-dag] | ||
path = "../radicle-dag" | ||
version = "0.1" | ||
version = "0" | ||
|
||
[dependencies.serde] | ||
version = "1.0" | ||
|
@@ -46,5 +46,5 @@ qcheck-macros = { version = "1", default-features = false } | |
|
||
[dev-dependencies.radicle-crypto] | ||
path = "../radicle-crypto" | ||
version = "0.1" | ||
version = "0" | ||
features = ["test"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
[package] | ||
name = "radicle-crypto" | ||
description = "Radicle cryptographic primitives" | ||
homepage = "https://radicle.xyz" | ||
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" | ||
license = "MIT OR Apache-2.0" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = [ | ||
"Alexis Sellier <alexis@radicle.xyz>", | ||
"cloudhead <cloudhead@radicle.xyz>", | ||
"Fintan Halpenny <[email protected]>", | ||
] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
[package] | ||
name = "radicle-dag" | ||
version = "0.1.0" | ||
description = "Radicle DAG implementation" | ||
homepage = "https://radicle.xyz" | ||
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["cloudhead <[email protected]>"] | ||
version = "0.2.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
[package] | ||
name = "radicle-ssh" | ||
description = "Radicle SSH library" | ||
homepage = "https://radicle.xyz" | ||
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" | ||
license = "Apache-2.0" | ||
version = "0.2.0" | ||
authors = [ | ||
"Fintan Halpenny <[email protected]>", | ||
"Pierre-Étienne Meunier <[email protected]>", | ||
"Alexis Sellier <alexis@radicle.xyz>" | ||
"cloudhead <cloudhead@radicle.xyz>" | ||
] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters