From 9549dc6a49a6717167916d70fcf201d6066bf8b7 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 19 Jun 2022 06:35:15 -0400 Subject: [PATCH] Prepare transcript for publishing --- crypto/transcript/Cargo.toml | 6 ++++-- crypto/transcript/README.md | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 crypto/transcript/README.md diff --git a/crypto/transcript/Cargo.toml b/crypto/transcript/Cargo.toml index 3c9bc9f8..9b099c3b 100644 --- a/crypto/transcript/Cargo.toml +++ b/crypto/transcript/Cargo.toml @@ -1,9 +1,11 @@ [package] -name = "transcript" +name = "transcript-trait" version = "0.1.0" -description = "A simple transcript definition" +description = "A simple transcript trait definition" license = "MIT" +repository = "https://github.com/serai-dex/serai" authors = ["Luke Parker "] +keywords = ["transcript"] edition = "2021" [dependencies] diff --git a/crypto/transcript/README.md b/crypto/transcript/README.md new file mode 100644 index 00000000..10b007c9 --- /dev/null +++ b/crypto/transcript/README.md @@ -0,0 +1,3 @@ +# Transcript + +Basic transcript trait with a Merlin wrapper available via the Merlin feature.