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"]