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"