From 2d222b1810a41f57af31da5026c6affbb6209d5a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 8 Apr 2024 18:12:14 +0100 Subject: [PATCH] build(cargo): fill out description --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f6f5bf1..32a2b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "kxio" version = "0.1.0" edition = "2021" +authors = ["Paul Campbell "] +description = "Provides injectable Filesystem and Network resources to make code more testable" +license = "MIT" +repository = "https://git.kemitix.net/kemitix/kxio" +exclude = [".cargo_home"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html