rhi

Coordinated trade for connected markets
git clone https://radroots.dev/git/rhi.git
Log | Files | Refs | README | LICENSE

commit 41badd162304a434fda358c26c6040551581f6d9
parent 66a1c2a8a8da64eb26bc8756439fa511d3e53d4f
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sat, 26 Apr 2025 22:36:47 +0000

Update workspace config.

Diffstat:
MCargo.toml | 4+++-
Mcrates/rhi/Cargo.toml | 4++--
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -5,6 +5,8 @@ members = [ resolver = "2" [workspace.package] +version = "0.1.0" edition = "2024" +authors = ["Radroots <info@radroots.dev>"] license = "AGPLv3" -version = "0.1.0" +description = "rhizome is a Nostr data vending machine (NIP-90)" diff --git a/crates/rhi/Cargo.toml b/crates/rhi/Cargo.toml @@ -2,9 +2,9 @@ name = "rhi" version.workspace = true edition.workspace = true +authors.workspace = true license.workspace = true -authors = ["Radroots Authors"] -description = "rhizome is a Nostr data vending machine (NIP-90)" +description.workspace = true [dependencies] anyhow = "1.0"