aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 }