build(cargo): fill out description
This commit is contained in:
parent
d91734355c
commit
2d222b1810
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
name = "kxio"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue