add manifest fields

This commit is contained in:
glyph 2022-02-15 11:19:13 +02:00
parent f334c03796
commit 230ad41644
1 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,15 @@
[package]
name = "golgi"
version = "0.1.0"
authors = ["glyph <glyph@mycelial.technology>"]
edition = "2021"
authors = ["Max Fowler <max@mfowler.info>", "Andrew Reid <glyph@mycelial.technology>"]
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"