From 1836034374ba53677f5b72bdf8e3c976f97847af Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 20 May 2024 00:56:08 +0200 Subject: add metadata to Cargo.toml files --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e8586b7..d4c73e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,13 @@ resolver = "2" members = ["core", "net", "p2p", "jsonrpc"] [workspace.package] +description = "An infrastructure for peer-to-peer, decentralized, and collaborative software." version = "0.1.0" edition = "2021" +homepage = "https://karyontech.net" +repository = "https://github.com/karyontech/karyon" +license = "GPL-3.0" +authors = ["hozan23 "] [workspace.dependencies] karyon_core = { path = "core", default-features = false } -- cgit v1.2.3