From addc251418230a550f4f141a6376af6115e89718 Mon Sep 17 00:00:00 2001 From: shimun Date: Sun, 5 Apr 2020 19:27:02 +0200 Subject: [PATCH] added readme --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e56c1aa..ce7a1c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ homepage = "https://github.com/shimunn/ctap" repository = "https://github.com/shimunn/ctap" authors = ["Arda Xi ", "shimun "] edition = "2018" +readme = "README.md" [dependencies] rand = "0.6" @@ -27,4 +28,4 @@ crossbeam = "0.7.3" hex = "0.4.0" [features] -request_multiple = ["crossbeam"] \ No newline at end of file +request_multiple = ["crossbeam"]