From ad187486b7d8641248550c056bf972d847edb348 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Wed, 15 Dec 2021 23:41:51 +0100 Subject: Add tags to Cargo.toml --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4fd9dc6..60ef668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,15 @@ name = "ntfs" version = "0.1.0" authors = ["Colin Finck "] +description = "A low-level NTFS filesystem library" +homepage = "https://github.com/ColinFinck/ntfs" +repository = "https://github.com/ColinFinck/ntfs" +documentation = "https://docs.rs/ntfs" +readme = "README.md" edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT OR Apache-2.0" +keywords = ["filesystem", "nt", "ntfs", "windows"] +categories = ["filesystem", "no-std", "os::windows-apis", "parser-implementations"] [dependencies] arrayvec = { version = "0.7.1", default-features = false } -- cgit v1.2.3