chore: rebrand project to crank

This commit is contained in:
a.tolmachev
2026-03-28 00:58:56 +03:00
parent 6821d0c64a
commit 26335e8d9b
101 changed files with 550 additions and 538 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ pub async fn upload_input_json(
.service
.save_json_sample(
&operation_id.as_str().into(),
mcpaas_registry::SampleKind::InputJson,
crank_registry::SampleKind::InputJson,
&payload,
)
.await?;
@@ -117,7 +117,7 @@ pub async fn upload_output_json(
.service
.save_json_sample(
&operation_id.as_str().into(),
mcpaas_registry::SampleKind::OutputJson,
crank_registry::SampleKind::OutputJson,
&payload,
)
.await?;