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