From 7259ab584d509bde8f45654700a4bd9e74e4405c Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 5 Aug 2024 22:52:04 +0200 Subject: [PATCH] docs: update description in cargo.toml --- iroh/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index 69ec85d66b..3c2168a87f 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -3,7 +3,7 @@ name = "iroh" version = "0.21.0" edition = "2021" readme = "README.md" -description = "Bytes. Distributed." +description = "A toolkit for building distributed applications" license = "MIT OR Apache-2.0" authors = ["dignifiedquire ", "n0 team"] repository = "https://github.com/n0-computer/iroh"