From 230ad416440c5f4dc61a49f8f64f9e2bc79469b7 Mon Sep 17 00:00:00 2001 From: glyph Date: Tue, 15 Feb 2022 11:19:13 +0200 Subject: [PATCH] add manifest fields --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7f11a7..bf501f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "golgi" version = "0.1.0" -authors = ["glyph "] edition = "2021" +authors = ["Max Fowler ", "Andrew Reid "] +readme = "README.md" +description = "An asynchronous, experimental Scuttlebutt client library" +repository = "https://git.coopcloud.tech/golgi-ssb/golgi" +license = "LGPL-3.0" +license-file = "LICENSE.txt" +keywords = ["scuttlebutt", "ssb", "decentralized", "peer-for-peer", "p4p"] +exclude = ["git_hooks/", "examples/"] [dependencies] async-std = "1.10.0"