From 038440155ca3e93b73e8cefb202da994ecf22a19 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 28 Apr 2023 19:29:39 +0200 Subject: [PATCH] Add basic metadata --- Cargo.toml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index ff29d81..4ac2fa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "light-openid" version = "0.1.0-alpha" edition = "2021" +repository = "https://gitea.communiquons.org/pierre/light-openid" +authors = ["Pierre HUBERT "] +readme = "README.md" +description = "Lightweight OpenID primitves & client" +license = "GPL-2.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5f7b1c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Light OpenID +Lightweight OpenID primitives & client