Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Prepare crates for publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Aug 7, 2023
1 parent 3bd5589 commit b456d3a
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 22 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions radicle-cob/Cargo.toml
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" }
Expand All @@ -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"
Expand All @@ -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"]
7 changes: 5 additions & 2 deletions radicle-crypto/Cargo.toml
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"
Expand Down
7 changes: 6 additions & 1 deletion radicle-dag/Cargo.toml
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]
Expand Down
5 changes: 4 additions & 1 deletion radicle-ssh/Cargo.toml
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"

Expand Down
10 changes: 4 additions & 6 deletions radicle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "radicle"
description = "Radicle standard library"
homepage = "https://radicle.xyz"
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
license = "MIT OR Apache-2.0"
version = "0.2.0"
authors = ["Alexis Sellier <alexis@radicle.xyz>"]
authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition = "2021"

[features]
Expand Down Expand Up @@ -61,8 +64,3 @@ qcheck = { version = "1", default-features = false }
path = "../radicle-crypto"
version = "0"
features = ["test"]

[dev-dependencies.radicle-crdt]
path = "../radicle-crdt"
version = "0"
features = ["test"]

0 comments on commit b456d3a

Please sign in to comment.