lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 575874ff08f22d7f7fcb4ec569dd67a36bde2f4d
parent 5caebf33720e875aadfb3623730e0e13c3b4d0cf
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:15:19 +0000

build: set workspace versions to 0.1.0-alpha.1

Diffstat:
MCargo.toml | 52++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -31,7 +31,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.0-alpha.1" edition = "2024" rust-version = "1.92.0" license = "AGPL-3.0" @@ -40,31 +40,31 @@ homepage = "https://radroots.org" readme = "README" [workspace.dependencies] -radroots-app-core = { path = "crates/app-core", version = "0.1.0", default-features = false } -radroots-app-wasm = { path = "crates/app-wasm", version = "0.1.0", default-features = false } -radroots-core = { path = "crates/core", version = "0.1.0", default-features = false } -radroots-events = { path = "crates/events", version = "0.1.0", default-features = false } -radroots-events-codec = { path = "crates/events-codec", version = "0.1.0", default-features = false } -radroots-events-indexed = { path = "crates/events-indexed", version = "0.1.0", default-features = false } -radroots-identity = { path = "crates/identity", version = "0.1.0", default-features = false } -radroots-nostr = { path = "crates/nostr", version = "0.1.0", default-features = false } -radroots-nostr-accounts = { path = "crates/nostr-accounts", version = "0.1.0", default-features = false } -radroots-nostr-ndb = { path = "crates/nostr-ndb", version = "0.1.0", default-features = false } -radroots-runtime = { path = "crates/runtime", version = "0.1.0", default-features = false } -radroots-log = { path = "crates/log", version = "0.1.0", default-features = false } -radroots-net = { path = "crates/net", version = "0.1.0", default-features = false } -radroots-net-core = { path = "crates/net-core", version = "0.1.0", default-features = false } -radroots-nostr-runtime = { path = "crates/nostr-runtime", version = "0.1.0", default-features = false } -radroots-sql-wasm-bridge = { path = "crates/sql-wasm-bridge", version = "0.1.0" } -radroots-sql-wasm-core = { path = "crates/sql-wasm-core", version = "0.1.0", default-features = false } -radroots-sql-core = { path = "crates/sql-core", version = "0.1.0" } -radroots-replica-db-schema = { path = "crates/replica-db-schema", version = "0.1.0", default-features = false } -radroots-replica-sync = { path = "crates/replica-sync", version = "0.1.0", default-features = false } -radroots-replica-db = { path = "crates/replica-db", version = "0.1.0", default-features = false } -radroots-replica-db-wasm = { path = "crates/replica-db-wasm", version = "0.1.0" } -radroots-replica-sync-wasm = { path = "crates/replica-sync-wasm", version = "0.1.0" } -radroots-trade = { path = "crates/trade", version = "0.1.0", default-features = false } -radroots-types = { path = "crates/types", version = "0.1.0", default-features = false } +radroots-app-core = { path = "crates/app-core", version = "0.1.0-alpha.1", default-features = false } +radroots-app-wasm = { path = "crates/app-wasm", version = "0.1.0-alpha.1", default-features = false } +radroots-core = { path = "crates/core", version = "0.1.0-alpha.1", default-features = false } +radroots-events = { path = "crates/events", version = "0.1.0-alpha.1", default-features = false } +radroots-events-codec = { path = "crates/events-codec", version = "0.1.0-alpha.1", default-features = false } +radroots-events-indexed = { path = "crates/events-indexed", version = "0.1.0-alpha.1", default-features = false } +radroots-identity = { path = "crates/identity", version = "0.1.0-alpha.1", default-features = false } +radroots-nostr = { path = "crates/nostr", version = "0.1.0-alpha.1", default-features = false } +radroots-nostr-accounts = { path = "crates/nostr-accounts", version = "0.1.0-alpha.1", default-features = false } +radroots-nostr-ndb = { path = "crates/nostr-ndb", version = "0.1.0-alpha.1", default-features = false } +radroots-runtime = { path = "crates/runtime", version = "0.1.0-alpha.1", default-features = false } +radroots-log = { path = "crates/log", version = "0.1.0-alpha.1", default-features = false } +radroots-net = { path = "crates/net", version = "0.1.0-alpha.1", default-features = false } +radroots-net-core = { path = "crates/net-core", version = "0.1.0-alpha.1", default-features = false } +radroots-nostr-runtime = { path = "crates/nostr-runtime", version = "0.1.0-alpha.1", default-features = false } +radroots-sql-wasm-bridge = { path = "crates/sql-wasm-bridge", version = "0.1.0-alpha.1" } +radroots-sql-wasm-core = { path = "crates/sql-wasm-core", version = "0.1.0-alpha.1", default-features = false } +radroots-sql-core = { path = "crates/sql-core", version = "0.1.0-alpha.1" } +radroots-replica-db-schema = { path = "crates/replica-db-schema", version = "0.1.0-alpha.1", default-features = false } +radroots-replica-sync = { path = "crates/replica-sync", version = "0.1.0-alpha.1", default-features = false } +radroots-replica-db = { path = "crates/replica-db", version = "0.1.0-alpha.1", default-features = false } +radroots-replica-db-wasm = { path = "crates/replica-db-wasm", version = "0.1.0-alpha.1" } +radroots-replica-sync-wasm = { path = "crates/replica-sync-wasm", version = "0.1.0-alpha.1" } +radroots-trade = { path = "crates/trade", version = "0.1.0-alpha.1", default-features = false } +radroots-types = { path = "crates/types", version = "0.1.0-alpha.1", default-features = false } anyhow = { version = "1" } base64 = { version = "0.22" }