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.