commit e672574396bb6b0d3b399d34f111a0d14515e610
parent fe4c70d4b51e4322702c14e5cb1254a0c6d34c6f
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:59:57 +0000
test_fixtures: update metadata
Diffstat:
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/crates/test_fixtures/Cargo.toml b/crates/test_fixtures/Cargo.toml
@@ -6,6 +6,6 @@ rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
-readme.workspace = true
+readme = "README"
publish = false
-description = "approved deterministic fixtures for radroots test code"
+description = "Deterministic fixture identities and endpoint constants"
diff --git a/crates/test_fixtures/README b/crates/test_fixtures/README
@@ -0,0 +1,24 @@
+# radroots_test_fixtures
+
+This is the README for `radroots_test_fixtures`, which provides deterministic
+fixture identities for the `radroots` core libraries.
+
+## Overview
+
+ * named fixture identities such as Alice, Bob, Carol, and Diego with fixed key
+ material;
+ * an approved fixture namespace and companion relay, app, API, and CDN
+ endpoint constants;
+ * stable test data shared across workspace tests and examples;
+ * a non-published support crate intended for deterministic local and CI
+ coverage.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_test_fixtures`
+distribution are
+
+ Copyright (c) 2020-2026 Tyson Lupul
+
+For information on usage and redistribution, and for a DISCLAIMER OF ALL
+WARRANTIES, see LICENSE included in the `radroots_test_fixtures` distribution.