aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-20 00:56:08 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-20 00:56:08 +0200
commit1836034374ba53677f5b72bdf8e3c976f97847af (patch)
tree52261ff14082f30911bc6ae4d4c9408fd190f6d4 /Cargo.toml
parent059eed6ffa3a0ade449dfc5f5a7a97699e24394e (diff)
add metadata to Cargo.toml files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
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 <hozan23@karyontech.net>"]
[workspace.dependencies]
karyon_core = { path = "core", default-features = false }